Shades of Light Sea Green #24B0AE
Tints of Light Sea Green #24B0AE
RGB
CMYK
RGB Variations
Color information
#24B0AE (or 0x24B0AE) is known color: Light Sea Green. HEX triplet: 24, B0 and AE. RGB value is (36,176,174). Sum of RGB (Red+Green+Blue) = 36+176+174=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #24B0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B0AE is #DB4F51. Grayscale: #858585. Windows color (decimal): -14372690 or 11448356. OLE color: 11448356.
HSL color Cylindrical-coordinate representation of color #24B0AE: hue angle of 179.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B0AE is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 176 | 174 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.31 |
| HSL | 179.14º | 0.66% | 0.42% | - |
| HSV(B) | 179.14º | 0.8% | 0.69% | - |
| XYZ | 23.89 | 34.48 | 45.44 | - |
| YUV | 133.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 176 | 174 | 0.80 | 0 | 0.01 | 0.31 | 179.14 | 0.66 | 0.42 |
| Hex | 24 | B0 | AE | 50 | 0 | 1 | 1F | B3 | 42 | 2A |
| Octal | 44 | 260 | 256 | 120 | 0 | 1 | 37 | 263 | 102 | 52 |
| Binary | 100100 | 10110000 | 10101110 | 1010000 | 0 | 1 | 11111 | 10110011 | 1000010 | 101010 |
Color Harmonies of #24B0AE
Complementary color
Monochromatic Colors of #24B0AE
Black with #24B0AE
Text Example
Text Example
White with #24B0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B0AE; }
p { color: rgb(36,176,174); }
H1.HeaderClassName
{
color: #24B0AE;
}
.AnyTagClassName
{
color: #24B0AE;
}
</style>
background-color css
<style>
a { background-color: #24B0AE; }
a { background-color: rgb(36,176,174); }
div.DivClassName
{
background-color: #24B0AE;
}
.BgClassName
{
background-color: #24B0AE;
}
</style>
border-color css
<style>
span { border-color: #24B0AE; }
span { border-color: rgb(36,176,174); }
td.TdClassName
{
border-color: #24B0AE;
}
.TagClassName
{
border-color: #24B0AE;
}
</style>