Shades of Light Sea Green #19CBB1
Tints of Light Sea Green #19CBB1
RGB
CMYK
RGB Variations
Color information
#19CBB1 (or 0x19CBB1) is known color: Light Sea Green. HEX triplet: 19, CB and B1. RGB value is (25,203,177). Sum of RGB (Red+Green+Blue) = 25+203+177=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #19CBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CBB1 is #E6344E. Grayscale: #929292. Windows color (decimal): -15086671 or 11651865. OLE color: 11651865.
HSL color Cylindrical-coordinate representation of color #19CBB1: hue angle of 171.24º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CBB1 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 177 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.20 |
| HSL | 171.24º | 0.78% | 0.45% | - |
| HSV(B) | 171.24º | 0.88% | 0.8% | - |
| XYZ | 29.69 | 46.09 | 48.93 | - |
| YUV | 146.81 | 145.03 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 177 | 0.88 | 0 | 0.13 | 0.20 | 171.24 | 0.78 | 0.45 |
| Hex | 19 | CB | B1 | 58 | 0 | D | 14 | AB | 4E | 2D |
| Octal | 31 | 313 | 261 | 130 | 0 | 15 | 24 | 253 | 116 | 55 |
| Binary | 11001 | 11001011 | 10110001 | 1011000 | 0 | 1101 | 10100 | 10101011 | 1001110 | 101101 |
Color Harmonies of #19CBB1
Complementary color
Monochromatic Colors of #19CBB1
Black with #19CBB1
Text Example
Text Example
White with #19CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBB1; }
p { color: rgb(25,203,177); }
H1.HeaderClassName
{
color: #19CBB1;
}
.AnyTagClassName
{
color: #19CBB1;
}
</style>
background-color css
<style>
a { background-color: #19CBB1; }
a { background-color: rgb(25,203,177); }
div.DivClassName
{
background-color: #19CBB1;
}
.BgClassName
{
background-color: #19CBB1;
}
</style>
border-color css
<style>
span { border-color: #19CBB1; }
span { border-color: rgb(25,203,177); }
td.TdClassName
{
border-color: #19CBB1;
}
.TagClassName
{
border-color: #19CBB1;
}
</style>