Shades of Sea Green #19965B
Tints of Sea Green #19965B
RGB
CMYK
RGB Variations
Color information
#19965B (or 0x19965B) is known color: Sea Green. HEX triplet: 19, 96 and 5B. RGB value is (25,150,91). Sum of RGB (Red+Green+Blue) = 25+150+91=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #19965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19965B is #E669A4. Grayscale: #6A6A6A. Windows color (decimal): -15100325 or 6002201. OLE color: 6002201.
HSL color Cylindrical-coordinate representation of color #19965B: hue angle of 151.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19965B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 150 | 91 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.41 |
| HSL | 151.68º | 0.71% | 0.34% | - |
| HSV(B) | 151.68º | 0.83% | 0.59% | - |
| XYZ | 13.2 | 22.77 | 13.6 | - |
| YUV | 105.9 | 119.59 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 91 | 0.83 | 0 | 0.39 | 0.41 | 151.68 | 0.71 | 0.34 |
| Hex | 19 | 96 | 5B | 53 | 0 | 27 | 29 | 98 | 47 | 22 |
| Octal | 31 | 226 | 133 | 123 | 0 | 47 | 51 | 230 | 107 | 42 |
| Binary | 11001 | 10010110 | 1011011 | 1010011 | 0 | 100111 | 101001 | 10011000 | 1000111 | 100010 |
Color Harmonies of #19965B
Complementary color
Monochromatic Colors of #19965B
Black with #19965B
Text Example
Text Example
White with #19965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19965B; }
p { color: rgb(25,150,91); }
H1.HeaderClassName
{
color: #19965B;
}
.AnyTagClassName
{
color: #19965B;
}
</style>
background-color css
<style>
a { background-color: #19965B; }
a { background-color: rgb(25,150,91); }
div.DivClassName
{
background-color: #19965B;
}
.BgClassName
{
background-color: #19965B;
}
</style>
border-color css
<style>
span { border-color: #19965B; }
span { border-color: rgb(25,150,91); }
td.TdClassName
{
border-color: #19965B;
}
.TagClassName
{
border-color: #19965B;
}
</style>