Shades of Light Sea Green #19BA9E
Tints of Light Sea Green #19BA9E
RGB
CMYK
RGB Variations
Color information
#19BA9E (or 0x19BA9E) is known color: Light Sea Green. HEX triplet: 19, BA and 9E. RGB value is (25,186,158). Sum of RGB (Red+Green+Blue) = 25+186+158=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA9E is #E64561. Grayscale: #868686. Windows color (decimal): -15091042 or 10402329. OLE color: 10402329.
HSL color Cylindrical-coordinate representation of color #19BA9E: hue angle of 169.57º 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 #19BA9E is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 158 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.27 |
| HSL | 169.57º | 0.76% | 0.41% | - |
| HSV(B) | 169.57º | 0.87% | 0.73% | - |
| XYZ | 24.13 | 37.79 | 38.37 | - |
| YUV | 134.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 158 | 0.87 | 0 | 0.15 | 0.27 | 169.57 | 0.76 | 0.41 |
| Hex | 19 | BA | 9E | 57 | 0 | F | 1B | AA | 4C | 29 |
| Octal | 31 | 272 | 236 | 127 | 0 | 17 | 33 | 252 | 114 | 51 |
| Binary | 11001 | 10111010 | 10011110 | 1010111 | 0 | 1111 | 11011 | 10101010 | 1001100 | 101001 |
Color Harmonies of #19BA9E
Complementary color
Monochromatic Colors of #19BA9E
Black with #19BA9E
Text Example
Text Example
White with #19BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA9E; }
p { color: rgb(25,186,158); }
H1.HeaderClassName
{
color: #19BA9E;
}
.AnyTagClassName
{
color: #19BA9E;
}
</style>
background-color css
<style>
a { background-color: #19BA9E; }
a { background-color: rgb(25,186,158); }
div.DivClassName
{
background-color: #19BA9E;
}
.BgClassName
{
background-color: #19BA9E;
}
</style>
border-color css
<style>
span { border-color: #19BA9E; }
span { border-color: rgb(25,186,158); }
td.TdClassName
{
border-color: #19BA9E;
}
.TagClassName
{
border-color: #19BA9E;
}
</style>