Shades of Light Sea Green #19BCAF
Tints of Light Sea Green #19BCAF
RGB
CMYK
RGB Variations
Color information
#19BCAF (or 0x19BCAF) is known color: Light Sea Green. HEX triplet: 19, BC and AF. RGB value is (25,188,175). Sum of RGB (Red+Green+Blue) = 25+188+175=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #19BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BCAF is #E64350. Grayscale: #898989. Windows color (decimal): -15090513 or 11516953. OLE color: 11516953.
HSL color Cylindrical-coordinate representation of color #19BCAF: hue angle of 175.21º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BCAF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 188 | 175 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.26 |
| HSL | 175.21º | 0.77% | 0.42% | - |
| HSV(B) | 175.21º | 0.87% | 0.74% | - |
| XYZ | 26.12 | 39.27 | 46.76 | - |
| YUV | 137.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 175 | 0.87 | 0 | 0.07 | 0.26 | 175.21 | 0.77 | 0.42 |
| Hex | 19 | BC | AF | 57 | 0 | 7 | 1A | AF | 4D | 2A |
| Octal | 31 | 274 | 257 | 127 | 0 | 7 | 32 | 257 | 115 | 52 |
| Binary | 11001 | 10111100 | 10101111 | 1010111 | 0 | 111 | 11010 | 10101111 | 1001101 | 101010 |
Color Harmonies of #19BCAF
Complementary color
Monochromatic Colors of #19BCAF
Black with #19BCAF
Text Example
Text Example
White with #19BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCAF; }
p { color: rgb(25,188,175); }
H1.HeaderClassName
{
color: #19BCAF;
}
.AnyTagClassName
{
color: #19BCAF;
}
</style>
background-color css
<style>
a { background-color: #19BCAF; }
a { background-color: rgb(25,188,175); }
div.DivClassName
{
background-color: #19BCAF;
}
.BgClassName
{
background-color: #19BCAF;
}
</style>
border-color css
<style>
span { border-color: #19BCAF; }
span { border-color: rgb(25,188,175); }
td.TdClassName
{
border-color: #19BCAF;
}
.TagClassName
{
border-color: #19BCAF;
}
</style>