Shades of Deep Sea #197962
Tints of Deep Sea #197962
RGB
CMYK
RGB Variations
Color information
#197962 (or 0x197962) is known color: Deep Sea. HEX triplet: 19, 79 and 62. RGB value is (25,121,98). Sum of RGB (Red+Green+Blue) = 25+121+98=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #197962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197962 is #E6869D. Grayscale: #595959. Windows color (decimal): -15107742 or 6453529. OLE color: 6453529.
HSL color Cylindrical-coordinate representation of color #197962: hue angle of 165.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197962 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 98 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.53 |
| HSL | 165.63º | 0.66% | 0.29% | - |
| HSV(B) | 165.63º | 0.79% | 0.47% | - |
| XYZ | 9.44 | 14.76 | 13.91 | - |
| YUV | 89.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 98 | 0.79 | 0 | 0.19 | 0.53 | 165.63 | 0.66 | 0.29 |
| Hex | 19 | 79 | 62 | 4F | 0 | 13 | 35 | A6 | 42 | 1D |
| Octal | 31 | 171 | 142 | 117 | 0 | 23 | 65 | 246 | 102 | 35 |
| Binary | 11001 | 1111001 | 1100010 | 1001111 | 0 | 10011 | 110101 | 10100110 | 1000010 | 11101 |
Color Harmonies of #197962
Complementary color
Monochromatic Colors of #197962
Black with #197962
Text Example
Text Example
White with #197962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197962; }
p { color: rgb(25,121,98); }
H1.HeaderClassName
{
color: #197962;
}
.AnyTagClassName
{
color: #197962;
}
</style>
background-color css
<style>
a { background-color: #197962; }
a { background-color: rgb(25,121,98); }
div.DivClassName
{
background-color: #197962;
}
.BgClassName
{
background-color: #197962;
}
</style>
border-color css
<style>
span { border-color: #197962; }
span { border-color: rgb(25,121,98); }
td.TdClassName
{
border-color: #197962;
}
.TagClassName
{
border-color: #197962;
}
</style>