#24BCA8

Color #24BCA8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #24BCA8

Tints of Light Sea Green #24BCA8

Color information

#24BCA8 (or 0x24BCA8) is unknown color: approx Light Sea Green. HEX triplet: 24, BC and A8. RGB value is (36,188,168). Sum of RGB (Red+Green+Blue) = 36+188+168=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCA8 is #DB4357. Grayscale: #8C8C8C. Windows color (decimal): -14369624 or 11058212. OLE color: 11058212.

HSL color Cylindrical-coordinate representation of color #24BCA8: hue angle of 172.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCA8 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB36188168-
CMYK0.8100.110.26
HSL172.11º67.86%43.92%-
HSV(B)172.11º80.85%73.73%-
XYZ25.7839.1743.25-
YUV140.27143.6453.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.18%
GREEN value IS 188 (73.83% from 255) = 47.96%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=9.18%
G=47.96%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361881680.8100.110.26172.1167.8643.92
Hex24BCA8510B1Aac442c
Octal442742501210133225410454
Binary100100101111001010100010100010101111010101011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BCA8; }

 p { color: rgb(36,188,168); }

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

<style>
 a { background-color: #24BCA8; }

 a { background-color: rgb(36,188,168); }

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

<style>
 span { border-color: #24BCA8; }

 span { border-color: rgb(36,188,168); }

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