Shades of Light Sea Green #24A8AF
Tints of Light Sea Green #24A8AF
RGB
CMYK
RGB Variations
Color information
#24A8AF (or 0x24A8AF) is known color: Light Sea Green. HEX triplet: 24, A8 and AF. RGB value is (36,168,175). Sum of RGB (Red+Green+Blue) = 36+168+175=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #24A8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A8AF is #DB5750. Grayscale: #818181. Windows color (decimal): -14374737 or 11511844. OLE color: 11511844.
HSL color Cylindrical-coordinate representation of color #24A8AF: hue angle of 183.02º 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 #24A8AF is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 168 | 175 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.31 |
| HSL | 183.02º | 0.66% | 0.41% | - |
| HSV(B) | 183.02º | 0.79% | 0.69% | - |
| XYZ | 22.47 | 31.48 | 45.45 | - |
| YUV | 129.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 168 | 175 | 0.79 | 0.04 | 0 | 0.31 | 183.02 | 0.66 | 0.41 |
| Hex | 24 | A8 | AF | 4F | 4 | 0 | 1F | B7 | 42 | 29 |
| Octal | 44 | 250 | 257 | 117 | 4 | 0 | 37 | 267 | 102 | 51 |
| Binary | 100100 | 10101000 | 10101111 | 1001111 | 100 | 0 | 11111 | 10110111 | 1000010 | 101001 |
Color Harmonies of #24A8AF
Complementary color
Monochromatic Colors of #24A8AF
Black with #24A8AF
Text Example
Text Example
White with #24A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A8AF; }
p { color: rgb(36,168,175); }
H1.HeaderClassName
{
color: #24A8AF;
}
.AnyTagClassName
{
color: #24A8AF;
}
</style>
background-color css
<style>
a { background-color: #24A8AF; }
a { background-color: rgb(36,168,175); }
div.DivClassName
{
background-color: #24A8AF;
}
.BgClassName
{
background-color: #24A8AF;
}
</style>
border-color css
<style>
span { border-color: #24A8AF; }
span { border-color: rgb(36,168,175); }
td.TdClassName
{
border-color: #24A8AF;
}
.TagClassName
{
border-color: #24A8AF;
}
</style>