Shades of Light Sea Green #19CFAF
Tints of Light Sea Green #19CFAF
RGB
CMYK
RGB Variations
Color information
#19CFAF (or 0x19CFAF) is known color: Light Sea Green. HEX triplet: 19, CF and AF. RGB value is (25,207,175). Sum of RGB (Red+Green+Blue) = 25+207+175=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFAF is #E63050. Grayscale: #949494. Windows color (decimal): -15085649 or 11521817. OLE color: 11521817.
HSL color Cylindrical-coordinate representation of color #19CFAF: hue angle of 169.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CFAF is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 175 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.19 |
| HSL | 169.45º | 0.78% | 0.45% | - |
| HSV(B) | 169.45º | 0.88% | 0.81% | - |
| XYZ | 30.45 | 47.93 | 48.2 | - |
| YUV | 148.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 175 | 0.88 | 0 | 0.15 | 0.19 | 169.45 | 0.78 | 0.45 |
| Hex | 19 | CF | AF | 58 | 0 | F | 13 | A9 | 4E | 2D |
| Octal | 31 | 317 | 257 | 130 | 0 | 17 | 23 | 251 | 116 | 55 |
| Binary | 11001 | 11001111 | 10101111 | 1011000 | 0 | 1111 | 10011 | 10101001 | 1001110 | 101101 |
Color Harmonies of #19CFAF
Complementary color
Monochromatic Colors of #19CFAF
Black with #19CFAF
Text Example
Text Example
White with #19CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFAF; }
p { color: rgb(25,207,175); }
H1.HeaderClassName
{
color: #19CFAF;
}
.AnyTagClassName
{
color: #19CFAF;
}
</style>
background-color css
<style>
a { background-color: #19CFAF; }
a { background-color: rgb(25,207,175); }
div.DivClassName
{
background-color: #19CFAF;
}
.BgClassName
{
background-color: #19CFAF;
}
</style>
border-color css
<style>
span { border-color: #19CFAF; }
span { border-color: rgb(25,207,175); }
td.TdClassName
{
border-color: #19CFAF;
}
.TagClassName
{
border-color: #19CFAF;
}
</style>