Shades of Light Sea Green #19BBAF
Tints of Light Sea Green #19BBAF
RGB
CMYK
RGB Variations
Color information
#19BBAF (or 0x19BBAF) is known color: Light Sea Green. HEX triplet: 19, BB and AF. RGB value is (25,187,175). Sum of RGB (Red+Green+Blue) = 25+187+175=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #19BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BBAF is #E64450. Grayscale: #898989. Windows color (decimal): -15090769 or 11516697. OLE color: 11516697.
HSL color Cylindrical-coordinate representation of color #19BBAF: hue angle of 175.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BBAF is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 187 | 175 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.27 |
| HSL | 175.56º | 0.76% | 0.42% | - |
| HSV(B) | 175.56º | 0.87% | 0.73% | - |
| XYZ | 25.91 | 38.84 | 46.69 | - |
| YUV | 137.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 175 | 0.87 | 0 | 0.06 | 0.27 | 175.56 | 0.76 | 0.42 |
| Hex | 19 | BB | AF | 57 | 0 | 6 | 1B | B0 | 4C | 2A |
| Octal | 31 | 273 | 257 | 127 | 0 | 6 | 33 | 260 | 114 | 52 |
| Binary | 11001 | 10111011 | 10101111 | 1010111 | 0 | 110 | 11011 | 10110000 | 1001100 | 101010 |
Color Harmonies of #19BBAF
Complementary color
Monochromatic Colors of #19BBAF
Black with #19BBAF
Text Example
Text Example
White with #19BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBAF; }
p { color: rgb(25,187,175); }
H1.HeaderClassName
{
color: #19BBAF;
}
.AnyTagClassName
{
color: #19BBAF;
}
</style>
background-color css
<style>
a { background-color: #19BBAF; }
a { background-color: rgb(25,187,175); }
div.DivClassName
{
background-color: #19BBAF;
}
.BgClassName
{
background-color: #19BBAF;
}
</style>
border-color css
<style>
span { border-color: #19BBAF; }
span { border-color: rgb(25,187,175); }
td.TdClassName
{
border-color: #19BBAF;
}
.TagClassName
{
border-color: #19BBAF;
}
</style>