#24BEC0

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

Shades of Light Sea Green #24BEC0

Tints of Light Sea Green #24BEC0

Color information

#24BEC0 (or 0x24BEC0) is unknown color: approx Light Sea Green. HEX triplet: 24, BE and C0. RGB value is (36,190,192). Sum of RGB (Red+Green+Blue) = 36+190+192=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #24BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BEC0 is #DB413F. Grayscale: #909090. Windows color (decimal): -14369088 or 12631588. OLE color: 12631588.

HSL color Cylindrical-coordinate representation of color #24BEC0: hue angle of 180.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BEC0 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB36190192-
CMYK0.810.0100.25
HSL180.77º68.42%44.71%-
HSV(B)180.77º81.25%75.29%-
XYZ28.6641.0156.27-
YUV144.18154.9850.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.61%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=8.61%
G=45.45%
B=45.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361901920.810.0100.25180.7768.4244.71
Hex24BEC0511019b5442d
Octal44276300121103126510455
Binary100100101111101100000010100011011001101101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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