Shades of Light Sea Green #24A6A0
Tints of Light Sea Green #24A6A0
RGB
CMYK
RGB Variations
Color information
#24A6A0 (or 0x24A6A0) is known color: Light Sea Green. HEX triplet: 24, A6 and A0. RGB value is (36,166,160). Sum of RGB (Red+Green+Blue) = 36+166+160=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #24A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A6A0 is #DB595F. Grayscale: #7E7E7E. Windows color (decimal): -14375264 or 10528292. OLE color: 10528292.
HSL color Cylindrical-coordinate representation of color #24A6A0: hue angle of 177.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A6A0 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 166 | 160 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.35 |
| HSL | 177.23º | 0.64% | 0.4% | - |
| HSV(B) | 177.23º | 0.78% | 0.65% | - |
| XYZ | 20.71 | 30.19 | 37.99 | - |
| YUV | 126.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 166 | 160 | 0.78 | 0 | 0.04 | 0.35 | 177.23 | 0.64 | 0.4 |
| Hex | 24 | A6 | A0 | 4E | 0 | 4 | 23 | B1 | 40 | 28 |
| Octal | 44 | 246 | 240 | 116 | 0 | 4 | 43 | 261 | 100 | 50 |
| Binary | 100100 | 10100110 | 10100000 | 1001110 | 0 | 100 | 100011 | 10110001 | 1000000 | 101000 |
Color Harmonies of #24A6A0
Complementary color
Monochromatic Colors of #24A6A0
Black with #24A6A0
Text Example
Text Example
White with #24A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A6A0; }
p { color: rgb(36,166,160); }
H1.HeaderClassName
{
color: #24A6A0;
}
.AnyTagClassName
{
color: #24A6A0;
}
</style>
background-color css
<style>
a { background-color: #24A6A0; }
a { background-color: rgb(36,166,160); }
div.DivClassName
{
background-color: #24A6A0;
}
.BgClassName
{
background-color: #24A6A0;
}
</style>
border-color css
<style>
span { border-color: #24A6A0; }
span { border-color: rgb(36,166,160); }
td.TdClassName
{
border-color: #24A6A0;
}
.TagClassName
{
border-color: #24A6A0;
}
</style>