Shades of Light Sea Green #24BAB0
Tints of Light Sea Green #24BAB0
RGB
CMYK
RGB Variations
Color information
#24BAB0 (or 0x24BAB0) is known color: Light Sea Green. HEX triplet: 24, BA and B0. RGB value is (36,186,176). Sum of RGB (Red+Green+Blue) = 36+186+176=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BAB0 is #DB454F. Grayscale: #8B8B8B. Windows color (decimal): -14370128 or 11581988. OLE color: 11581988.
HSL color Cylindrical-coordinate representation of color #24BAB0: hue angle of 176º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 176 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.27 |
| HSL | 176º | 0.68% | 0.44% | - |
| HSV(B) | 176º | 0.81% | 0.73% | - |
| XYZ | 26.12 | 38.63 | 47.15 | - |
| YUV | 140.01 | 148.31 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 176 | 0.81 | 0 | 0.05 | 0.27 | 176 | 0.68 | 0.44 |
| Hex | 24 | BA | B0 | 51 | 0 | 5 | 1B | B0 | 44 | 2C |
| Octal | 44 | 272 | 260 | 121 | 0 | 5 | 33 | 260 | 104 | 54 |
| Binary | 100100 | 10111010 | 10110000 | 1010001 | 0 | 101 | 11011 | 10110000 | 1000100 | 101100 |
Color Harmonies of #24BAB0
Complementary color
Monochromatic Colors of #24BAB0
Black with #24BAB0
Text Example
Text Example
White with #24BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BAB0; }
p { color: rgb(36,186,176); }
H1.HeaderClassName
{
color: #24BAB0;
}
.AnyTagClassName
{
color: #24BAB0;
}
</style>
background-color css
<style>
a { background-color: #24BAB0; }
a { background-color: rgb(36,186,176); }
div.DivClassName
{
background-color: #24BAB0;
}
.BgClassName
{
background-color: #24BAB0;
}
</style>
border-color css
<style>
span { border-color: #24BAB0; }
span { border-color: rgb(36,186,176); }
td.TdClassName
{
border-color: #24BAB0;
}
.TagClassName
{
border-color: #24BAB0;
}
</style>