#24CAC0

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

Shades of Light Sea Green #24CAC0

Tints of Light Sea Green #24CAC0

Color information

#24CAC0 (or 0x24CAC0) is unknown color: approx Light Sea Green. HEX triplet: 24, CA and C0. RGB value is (36,202,192). Sum of RGB (Red+Green+Blue) = 36+202+192=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #24CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CAC0 is #DB353F. Grayscale: #979797. Windows color (decimal): -14366016 or 12634660. OLE color: 12634660.

HSL color Cylindrical-coordinate representation of color #24CAC0: hue angle of 176.39º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CAC0 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB36202192-
CMYK0.8200.050.21
HSL176.39º69.75%46.67%-
HSV(B)176.39º82.18%79.22%-
XYZ31.3646.4257.18-
YUV151.2315145.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.37%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 192 (75.39% from 255) = 44.65%
R=8.37%
G=46.98%
B=44.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal362021920.8200.050.21176.3969.7546.67
Hex24CAC0520515b0462f
Octal44312300122052526010657
Binary10010011001010110000001010010010110101101100001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,202,192); }

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

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

 a { background-color: rgb(36,202,192); }

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

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

 span { border-color: rgb(36,202,192); }

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