Shades of Light Sea Green #24BABA
Tints of Light Sea Green #24BABA
RGB
CMYK
RGB Variations
Color information
#24BABA (or 0x24BABA) is known color: Light Sea Green. HEX triplet: 24, BA and BA. RGB value is (36,186,186). Sum of RGB (Red+Green+Blue) = 36+186+186=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #24BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BABA is #DB4545. Grayscale: #8D8D8D. Windows color (decimal): -14370118 or 12237348. OLE color: 12237348.
HSL color Cylindrical-coordinate representation of color #24BABA: hue angle of 180º 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 #24BABA is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 186 | - |
| CMYK | 0.81 | 0 | 0 | 0.27 |
| HSL | 180º | 0.68% | 0.44% | - |
| HSV(B) | 180º | 0.81% | 0.73% | - |
| XYZ | 27.15 | 39.04 | 52.56 | - |
| YUV | 141.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 186 | 0.81 | 0 | 0 | 0.27 | 180 | 0.68 | 0.44 |
| Hex | 24 | BA | BA | 51 | 0 | 0 | 1B | B4 | 44 | 2C |
| Octal | 44 | 272 | 272 | 121 | 0 | 0 | 33 | 264 | 104 | 54 |
| Binary | 100100 | 10111010 | 10111010 | 1010001 | 0 | 0 | 11011 | 10110100 | 1000100 | 101100 |
Color Harmonies of #24BABA
Complementary color
Monochromatic Colors of #24BABA
Black with #24BABA
Text Example
Text Example
White with #24BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BABA; }
p { color: rgb(36,186,186); }
H1.HeaderClassName
{
color: #24BABA;
}
.AnyTagClassName
{
color: #24BABA;
}
</style>
background-color css
<style>
a { background-color: #24BABA; }
a { background-color: rgb(36,186,186); }
div.DivClassName
{
background-color: #24BABA;
}
.BgClassName
{
background-color: #24BABA;
}
</style>
border-color css
<style>
span { border-color: #24BABA; }
span { border-color: rgb(36,186,186); }
td.TdClassName
{
border-color: #24BABA;
}
.TagClassName
{
border-color: #24BABA;
}
</style>