Shades of Light Sea Green #24A5AA
Tints of Light Sea Green #24A5AA
RGB
CMYK
RGB Variations
Color information
#24A5AA (or 0x24A5AA) is known color: Light Sea Green. HEX triplet: 24, A5 and AA. RGB value is (36,165,170). Sum of RGB (Red+Green+Blue) = 36+165+170=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #24A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A5AA is #DB5A55. Grayscale: #7E7E7E. Windows color (decimal): -14375510 or 11183396. OLE color: 11183396.
HSL color Cylindrical-coordinate representation of color #24A5AA: hue angle of 182.24º 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 #24A5AA is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 165 | 170 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.33 |
| HSL | 182.24º | 0.65% | 0.4% | - |
| HSV(B) | 182.24º | 0.79% | 0.67% | - |
| XYZ | 21.44 | 30.19 | 42.73 | - |
| YUV | 127 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 165 | 170 | 0.79 | 0.03 | 0 | 0.33 | 182.24 | 0.65 | 0.4 |
| Hex | 24 | A5 | AA | 4F | 3 | 0 | 21 | B6 | 41 | 28 |
| Octal | 44 | 245 | 252 | 117 | 3 | 0 | 41 | 266 | 101 | 50 |
| Binary | 100100 | 10100101 | 10101010 | 1001111 | 11 | 0 | 100001 | 10110110 | 1000001 | 101000 |
Color Harmonies of #24A5AA
Complementary color
Monochromatic Colors of #24A5AA
Black with #24A5AA
Text Example
Text Example
White with #24A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A5AA; }
p { color: rgb(36,165,170); }
H1.HeaderClassName
{
color: #24A5AA;
}
.AnyTagClassName
{
color: #24A5AA;
}
</style>
background-color css
<style>
a { background-color: #24A5AA; }
a { background-color: rgb(36,165,170); }
div.DivClassName
{
background-color: #24A5AA;
}
.BgClassName
{
background-color: #24A5AA;
}
</style>
border-color css
<style>
span { border-color: #24A5AA; }
span { border-color: rgb(36,165,170); }
td.TdClassName
{
border-color: #24A5AA;
}
.TagClassName
{
border-color: #24A5AA;
}
</style>