Shades of Light Sea Green #24A6A2
Tints of Light Sea Green #24A6A2
RGB
CMYK
RGB Variations
Color information
#24A6A2 (or 0x24A6A2) is known color: Light Sea Green. HEX triplet: 24, A6 and A2. RGB value is (36,166,162). Sum of RGB (Red+Green+Blue) = 36+166+162=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #24A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A6A2 is #DB595D. Grayscale: #7E7E7E. Windows color (decimal): -14375262 or 10659364. OLE color: 10659364.
HSL color Cylindrical-coordinate representation of color #24A6A2: hue angle of 178.15º 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 #24A6A2 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 166 | 162 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.35 |
| HSL | 178.15º | 0.64% | 0.4% | - |
| HSV(B) | 178.15º | 0.78% | 0.65% | - |
| XYZ | 20.89 | 30.26 | 38.92 | - |
| YUV | 126.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 166 | 162 | 0.78 | 0 | 0.02 | 0.35 | 178.15 | 0.64 | 0.4 |
| Hex | 24 | A6 | A2 | 4E | 0 | 2 | 23 | B2 | 40 | 28 |
| Octal | 44 | 246 | 242 | 116 | 0 | 2 | 43 | 262 | 100 | 50 |
| Binary | 100100 | 10100110 | 10100010 | 1001110 | 0 | 10 | 100011 | 10110010 | 1000000 | 101000 |
Color Harmonies of #24A6A2
Complementary color
Monochromatic Colors of #24A6A2
Black with #24A6A2
Text Example
Text Example
White with #24A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A6A2; }
p { color: rgb(36,166,162); }
H1.HeaderClassName
{
color: #24A6A2;
}
.AnyTagClassName
{
color: #24A6A2;
}
</style>
background-color css
<style>
a { background-color: #24A6A2; }
a { background-color: rgb(36,166,162); }
div.DivClassName
{
background-color: #24A6A2;
}
.BgClassName
{
background-color: #24A6A2;
}
</style>
border-color css
<style>
span { border-color: #24A6A2; }
span { border-color: rgb(36,166,162); }
td.TdClassName
{
border-color: #24A6A2;
}
.TagClassName
{
border-color: #24A6A2;
}
</style>