Shades of Light Sea Green #19B2AB
Tints of Light Sea Green #19B2AB
RGB
CMYK
RGB Variations
Color information
#19B2AB (or 0x19B2AB) is known color: Light Sea Green. HEX triplet: 19, B2 and AB. RGB value is (25,178,171). Sum of RGB (Red+Green+Blue) = 25+178+171=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #19B2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B2AB is #E64D54. Grayscale: #838383. Windows color (decimal): -15093077 or 11252249. OLE color: 11252249.
HSL color Cylindrical-coordinate representation of color #19B2AB: hue angle of 177.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B2AB is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 178 | 171 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.30 |
| HSL | 177.25º | 0.75% | 0.4% | - |
| HSV(B) | 177.25º | 0.86% | 0.7% | - |
| XYZ | 23.67 | 34.99 | 44.03 | - |
| YUV | 131.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 171 | 0.86 | 0 | 0.04 | 0.30 | 177.25 | 0.75 | 0.4 |
| Hex | 19 | B2 | AB | 56 | 0 | 4 | 1E | B1 | 4B | 28 |
| Octal | 31 | 262 | 253 | 126 | 0 | 4 | 36 | 261 | 113 | 50 |
| Binary | 11001 | 10110010 | 10101011 | 1010110 | 0 | 100 | 11110 | 10110001 | 1001011 | 101000 |
Color Harmonies of #19B2AB
Complementary color
Monochromatic Colors of #19B2AB
Black with #19B2AB
Text Example
Text Example
White with #19B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B2AB; }
p { color: rgb(25,178,171); }
H1.HeaderClassName
{
color: #19B2AB;
}
.AnyTagClassName
{
color: #19B2AB;
}
</style>
background-color css
<style>
a { background-color: #19B2AB; }
a { background-color: rgb(25,178,171); }
div.DivClassName
{
background-color: #19B2AB;
}
.BgClassName
{
background-color: #19B2AB;
}
</style>
border-color css
<style>
span { border-color: #19B2AB; }
span { border-color: rgb(25,178,171); }
td.TdClassName
{
border-color: #19B2AB;
}
.TagClassName
{
border-color: #19B2AB;
}
</style>