Shades of Light Sea Green #24ACB0
Tints of Light Sea Green #24ACB0
RGB
CMYK
RGB Variations
Color information
#24ACB0 (or 0x24ACB0) is known color: Light Sea Green. HEX triplet: 24, AC and B0. RGB value is (36,172,176). Sum of RGB (Red+Green+Blue) = 36+172+176=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #24ACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24ACB0 is #DB534F. Grayscale: #838383. Windows color (decimal): -14373712 or 11578404. OLE color: 11578404.
HSL color Cylindrical-coordinate representation of color #24ACB0: hue angle of 181.71º 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 #24ACB0 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 172 | 176 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.31 |
| HSL | 181.71º | 0.66% | 0.42% | - |
| HSV(B) | 181.71º | 0.8% | 0.69% | - |
| XYZ | 23.32 | 33.01 | 46.22 | - |
| YUV | 131.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 172 | 176 | 0.80 | 0.02 | 0 | 0.31 | 181.71 | 0.66 | 0.42 |
| Hex | 24 | AC | B0 | 50 | 2 | 0 | 1F | B6 | 42 | 2A |
| Octal | 44 | 254 | 260 | 120 | 2 | 0 | 37 | 266 | 102 | 52 |
| Binary | 100100 | 10101100 | 10110000 | 1010000 | 10 | 0 | 11111 | 10110110 | 1000010 | 101010 |
Color Harmonies of #24ACB0
Complementary color
Monochromatic Colors of #24ACB0
Black with #24ACB0
Text Example
Text Example
White with #24ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ACB0; }
p { color: rgb(36,172,176); }
H1.HeaderClassName
{
color: #24ACB0;
}
.AnyTagClassName
{
color: #24ACB0;
}
</style>
background-color css
<style>
a { background-color: #24ACB0; }
a { background-color: rgb(36,172,176); }
div.DivClassName
{
background-color: #24ACB0;
}
.BgClassName
{
background-color: #24ACB0;
}
</style>
border-color css
<style>
span { border-color: #24ACB0; }
span { border-color: rgb(36,172,176); }
td.TdClassName
{
border-color: #24ACB0;
}
.TagClassName
{
border-color: #24ACB0;
}
</style>