Shades of Light Sea Green #24AFA0
Tints of Light Sea Green #24AFA0
RGB
CMYK
RGB Variations
Color information
#24AFA0 (or 0x24AFA0) is known color: Light Sea Green. HEX triplet: 24, AF and A0. RGB value is (36,175,160). Sum of RGB (Red+Green+Blue) = 36+175+160=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #24AFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AFA0 is #DB505F. Grayscale: #838383. Windows color (decimal): -14372960 or 10530596. OLE color: 10530596.
HSL color Cylindrical-coordinate representation of color #24AFA0: hue angle of 173.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AFA0 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 175 | 160 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.31 |
| HSL | 173.53º | 0.66% | 0.41% | - |
| HSV(B) | 173.53º | 0.79% | 0.69% | - |
| XYZ | 22.4 | 33.57 | 38.56 | - |
| YUV | 131.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 175 | 160 | 0.79 | 0 | 0.09 | 0.31 | 173.53 | 0.66 | 0.41 |
| Hex | 24 | AF | A0 | 4F | 0 | 9 | 1F | AE | 42 | 29 |
| Octal | 44 | 257 | 240 | 117 | 0 | 11 | 37 | 256 | 102 | 51 |
| Binary | 100100 | 10101111 | 10100000 | 1001111 | 0 | 1001 | 11111 | 10101110 | 1000010 | 101001 |
Color Harmonies of #24AFA0
Complementary color
Monochromatic Colors of #24AFA0
Black with #24AFA0
Text Example
Text Example
White with #24AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AFA0; }
p { color: rgb(36,175,160); }
H1.HeaderClassName
{
color: #24AFA0;
}
.AnyTagClassName
{
color: #24AFA0;
}
</style>
background-color css
<style>
a { background-color: #24AFA0; }
a { background-color: rgb(36,175,160); }
div.DivClassName
{
background-color: #24AFA0;
}
.BgClassName
{
background-color: #24AFA0;
}
</style>
border-color css
<style>
span { border-color: #24AFA0; }
span { border-color: rgb(36,175,160); }
td.TdClassName
{
border-color: #24AFA0;
}
.TagClassName
{
border-color: #24AFA0;
}
</style>