#30E6AC

Color #30E6AC Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #30E6AC

Tints of Shamrock #30E6AC

Color information

#30E6AC (or 0x30E6AC) is unknown color: approx Shamrock. HEX triplet: 30, E6 and AC. RGB value is (48,230,172). Sum of RGB (Red+Green+Blue) = 48+230+172=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E6AC is #CF1953. Grayscale: #A9A9A9. Windows color (decimal): -13572436 or 11331120. OLE color: 11331120.

HSL color Cylindrical-coordinate representation of color #30E6AC: hue angle of 160.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6AC is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB48230172-
CMYK0.7900.250.10
HSL160.88º78.45%54.51%-
HSV(B)160.88º79.13%90.2%-
XYZ36.9660.248.7-
YUV168.97129.741.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 10.67%
GREEN value IS 230 (90.23% from 255) = 51.11%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=10.67%
G=51.11%
B=38.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal482301720.7900.250.10160.8878.4554.51
Hex30E6AC4F019Aa14e37
Octal603462541170311224111667
Binary110000111001101010110010011110110011010101000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30E6AC; }

 p { color: rgb(48,230,172); }

 H1.HeaderClassName
 {
   color: #30E6AC;
 }
 .AnyTagClassName
 {
   color: #30E6AC;
 }
</style>
background-color css

<style>
 a { background-color: #30E6AC; }

 a { background-color: rgb(48,230,172); }

 div.DivClassName
 {
   background-color: #30E6AC;
 }
 .BgClassName
 {
   background-color: #30E6AC;
 }
</style>
border-color css

<style>
 span { border-color: #30E6AC; }

 span { border-color: rgb(48,230,172); }

 td.TdClassName
 {
   border-color: #30E6AC;
 }
 .TagClassName
 {
   border-color: #30E6AC;
 }
</style>