Shades of Deep Sea #197161
Tints of Deep Sea #197161
RGB
CMYK
RGB Variations
Color information
#197161 (or 0x197161) is known color: Deep Sea. HEX triplet: 19, 71 and 61. RGB value is (25,113,97). Sum of RGB (Red+Green+Blue) = 25+113+97=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #197161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197161 is #E68E9E. Grayscale: #545454. Windows color (decimal): -15109791 or 6385945. OLE color: 6385945.
HSL color Cylindrical-coordinate representation of color #197161: hue angle of 169.09º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197161 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 97 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.56 |
| HSL | 169.09º | 0.64% | 0.27% | - |
| HSV(B) | 169.09º | 0.78% | 0.44% | - |
| XYZ | 8.46 | 12.88 | 13.35 | - |
| YUV | 84.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 97 | 0.78 | 0 | 0.14 | 0.56 | 169.09 | 0.64 | 0.27 |
| Hex | 19 | 71 | 61 | 4E | 0 | E | 38 | A9 | 40 | 1B |
| Octal | 31 | 161 | 141 | 116 | 0 | 16 | 70 | 251 | 100 | 33 |
| Binary | 11001 | 1110001 | 1100001 | 1001110 | 0 | 1110 | 111000 | 10101001 | 1000000 | 11011 |
Color Harmonies of #197161
Complementary color
Monochromatic Colors of #197161
Black with #197161
Text Example
Text Example
White with #197161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197161; }
p { color: rgb(25,113,97); }
H1.HeaderClassName
{
color: #197161;
}
.AnyTagClassName
{
color: #197161;
}
</style>
background-color css
<style>
a { background-color: #197161; }
a { background-color: rgb(25,113,97); }
div.DivClassName
{
background-color: #197161;
}
.BgClassName
{
background-color: #197161;
}
</style>
border-color css
<style>
span { border-color: #197161; }
span { border-color: rgb(25,113,97); }
td.TdClassName
{
border-color: #197161;
}
.TagClassName
{
border-color: #197161;
}
</style>