Shades of Light Sea Green #24AA9D
Tints of Light Sea Green #24AA9D
RGB
CMYK
RGB Variations
Color information
#24AA9D (or 0x24AA9D) is known color: Light Sea Green. HEX triplet: 24, AA and 9D. RGB value is (36,170,157). Sum of RGB (Red+Green+Blue) = 36+170+157=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA9D is #DB5562. Grayscale: #808080. Windows color (decimal): -14374243 or 10332708. OLE color: 10332708.
HSL color Cylindrical-coordinate representation of color #24AA9D: hue angle of 174.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AA9D is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 157 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.33 |
| HSL | 174.18º | 0.65% | 0.4% | - |
| HSV(B) | 174.18º | 0.79% | 0.67% | - |
| XYZ | 21.19 | 31.56 | 36.87 | - |
| YUV | 128.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 157 | 0.79 | 0 | 0.08 | 0.33 | 174.18 | 0.65 | 0.4 |
| Hex | 24 | AA | 9D | 4F | 0 | 8 | 21 | AE | 41 | 28 |
| Octal | 44 | 252 | 235 | 117 | 0 | 10 | 41 | 256 | 101 | 50 |
| Binary | 100100 | 10101010 | 10011101 | 1001111 | 0 | 1000 | 100001 | 10101110 | 1000001 | 101000 |
Color Harmonies of #24AA9D
Complementary color
Monochromatic Colors of #24AA9D
Black with #24AA9D
Text Example
Text Example
White with #24AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA9D; }
p { color: rgb(36,170,157); }
H1.HeaderClassName
{
color: #24AA9D;
}
.AnyTagClassName
{
color: #24AA9D;
}
</style>
background-color css
<style>
a { background-color: #24AA9D; }
a { background-color: rgb(36,170,157); }
div.DivClassName
{
background-color: #24AA9D;
}
.BgClassName
{
background-color: #24AA9D;
}
</style>
border-color css
<style>
span { border-color: #24AA9D; }
span { border-color: rgb(36,170,157); }
td.TdClassName
{
border-color: #24AA9D;
}
.TagClassName
{
border-color: #24AA9D;
}
</style>