#24B6B6

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

Shades of Light Sea Green #24B6B6

Tints of Light Sea Green #24B6B6

Color information

#24B6B6 (or 0x24B6B6) is unknown color: approx Light Sea Green. HEX triplet: 24, B6 and B6. RGB value is (36,182,182). Sum of RGB (Red+Green+Blue) = 36+182+182=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #24B6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24B6B6 is #DB4949. Grayscale: #8A8A8A. Windows color (decimal): -14371146 or 11974180. OLE color: 11974180.

HSL color Cylindrical-coordinate representation of color #24B6B6: hue angle of 180º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B6B6 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36182182-
CMYK0.80000.29
HSL180º66.97%42.75%-
HSV(B)180º80.22%71.37%-
XYZ25.937.2150.07-
YUV138.35152.6355-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 182 (71.48% from 255) = 45.5%
R=9%
G=45.5%
B=45.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361821820.80000.2918066.9742.75
Hex24B6B650001Db4432b
Octal44266266120003526410353
Binary100100101101101011011010100000011101101101001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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