#24BFB6

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

Shades of Light Sea Green #24BFB6

Tints of Light Sea Green #24BFB6

Color information

#24BFB6 (or 0x24BFB6) is unknown color: approx Light Sea Green. HEX triplet: 24, BF and B6. RGB value is (36,191,182). Sum of RGB (Red+Green+Blue) = 36+191+182=409 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.80% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #24BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFB6 is #DB4049. Grayscale: #8F8F8F. Windows color (decimal): -14368842 or 11976484. OLE color: 11976484.

HSL color Cylindrical-coordinate representation of color #24BFB6: hue angle of 176.52º 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 #24BFB6 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB36191182-
CMYK0.8100.050.25
HSL176.52º68.28%44.51%-
HSV(B)176.52º81.15%74.9%-
XYZ27.841.0150.71-
YUV143.63149.6551.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.80%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 182 (71.48% from 255) = 44.50%
R=8.80%
G=46.70%
B=44.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361911820.8100.050.25176.5268.2844.51
Hex24BFB6510519b1442d
Octal44277266121053126110455
Binary10010010111111101101101010001010111001101100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,191,182); }

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

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

 a { background-color: rgb(36,191,182); }

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

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

 span { border-color: rgb(36,191,182); }

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