Shades of Light Sea Green #19BABA
Tints of Light Sea Green #19BABA
RGB
CMYK
RGB Variations
Color information
#19BABA (or 0x19BABA) is known color: Light Sea Green. HEX triplet: 19, BA and BA. RGB value is (25,186,186). Sum of RGB (Red+Green+Blue) = 25+186+186=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #19BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BABA is #E64545. Grayscale: #898989. Windows color (decimal): -15091014 or 12237337. OLE color: 12237337.
HSL color Cylindrical-coordinate representation of color #19BABA: hue angle of 180º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BABA is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 186 | - |
| CMYK | 0.87 | 0 | 0 | 0.27 |
| HSL | 180º | 0.76% | 0.41% | - |
| HSV(B) | 180º | 0.87% | 0.73% | - |
| XYZ | 26.82 | 38.87 | 52.54 | - |
| YUV | 137.86 | 155.16 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 186 | 0.87 | 0 | 0 | 0.27 | 180 | 0.76 | 0.41 |
| Hex | 19 | BA | BA | 57 | 0 | 0 | 1B | B4 | 4C | 29 |
| Octal | 31 | 272 | 272 | 127 | 0 | 0 | 33 | 264 | 114 | 51 |
| Binary | 11001 | 10111010 | 10111010 | 1010111 | 0 | 0 | 11011 | 10110100 | 1001100 | 101001 |
Color Harmonies of #19BABA
Complementary color
Monochromatic Colors of #19BABA
Black with #19BABA
Text Example
Text Example
White with #19BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BABA; }
p { color: rgb(25,186,186); }
H1.HeaderClassName
{
color: #19BABA;
}
.AnyTagClassName
{
color: #19BABA;
}
</style>
background-color css
<style>
a { background-color: #19BABA; }
a { background-color: rgb(25,186,186); }
div.DivClassName
{
background-color: #19BABA;
}
.BgClassName
{
background-color: #19BABA;
}
</style>
border-color css
<style>
span { border-color: #19BABA; }
span { border-color: rgb(25,186,186); }
td.TdClassName
{
border-color: #19BABA;
}
.TagClassName
{
border-color: #19BABA;
}
</style>