Shades of Light Sea Green #19AF9E
Tints of Light Sea Green #19AF9E
RGB
CMYK
RGB Variations
Color information
#19AF9E (or 0x19AF9E) is known color: Light Sea Green. HEX triplet: 19, AF and 9E. RGB value is (25,175,158). Sum of RGB (Red+Green+Blue) = 25+175+158=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF9E is #E65061. Grayscale: #808080. Windows color (decimal): -15093858 or 10399513. OLE color: 10399513.
HSL color Cylindrical-coordinate representation of color #19AF9E: hue angle of 173.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF9E is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 158 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.31 |
| HSL | 173.2º | 0.75% | 0.39% | - |
| HSV(B) | 173.2º | 0.86% | 0.69% | - |
| XYZ | 21.9 | 33.34 | 37.63 | - |
| YUV | 128.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 158 | 0.86 | 0 | 0.10 | 0.31 | 173.2 | 0.75 | 0.39 |
| Hex | 19 | AF | 9E | 56 | 0 | A | 1F | AD | 4B | 27 |
| Octal | 31 | 257 | 236 | 126 | 0 | 12 | 37 | 255 | 113 | 47 |
| Binary | 11001 | 10101111 | 10011110 | 1010110 | 0 | 1010 | 11111 | 10101101 | 1001011 | 100111 |
Color Harmonies of #19AF9E
Complementary color
Monochromatic Colors of #19AF9E
Black with #19AF9E
Text Example
Text Example
White with #19AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF9E; }
p { color: rgb(25,175,158); }
H1.HeaderClassName
{
color: #19AF9E;
}
.AnyTagClassName
{
color: #19AF9E;
}
</style>
background-color css
<style>
a { background-color: #19AF9E; }
a { background-color: rgb(25,175,158); }
div.DivClassName
{
background-color: #19AF9E;
}
.BgClassName
{
background-color: #19AF9E;
}
</style>
border-color css
<style>
span { border-color: #19AF9E; }
span { border-color: rgb(25,175,158); }
td.TdClassName
{
border-color: #19AF9E;
}
.TagClassName
{
border-color: #19AF9E;
}
</style>