Shades of Deep Sea #197E71
Tints of Deep Sea #197E71
RGB
CMYK
RGB Variations
Color information
#197E71 (or 0x197E71) is known color: Deep Sea. HEX triplet: 19, 7E and 71. RGB value is (25,126,113). Sum of RGB (Red+Green+Blue) = 25+126+113=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #197E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E71 is #E6818E. Grayscale: #5E5E5E. Windows color (decimal): -15106447 or 7437849. OLE color: 7437849.
HSL color Cylindrical-coordinate representation of color #197E71: hue angle of 172.28º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197E71 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 126 | 113 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.51 |
| HSL | 172.28º | 0.67% | 0.3% | - |
| HSV(B) | 172.28º | 0.8% | 0.49% | - |
| XYZ | 10.84 | 16.32 | 18.2 | - |
| YUV | 94.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 113 | 0.80 | 0 | 0.10 | 0.51 | 172.28 | 0.67 | 0.3 |
| Hex | 19 | 7E | 71 | 50 | 0 | A | 33 | AC | 43 | 1E |
| Octal | 31 | 176 | 161 | 120 | 0 | 12 | 63 | 254 | 103 | 36 |
| Binary | 11001 | 1111110 | 1110001 | 1010000 | 0 | 1010 | 110011 | 10101100 | 1000011 | 11110 |
Color Harmonies of #197E71
Complementary color
Monochromatic Colors of #197E71
Black with #197E71
Text Example
Text Example
White with #197E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197E71; }
p { color: rgb(25,126,113); }
H1.HeaderClassName
{
color: #197E71;
}
.AnyTagClassName
{
color: #197E71;
}
</style>
background-color css
<style>
a { background-color: #197E71; }
a { background-color: rgb(25,126,113); }
div.DivClassName
{
background-color: #197E71;
}
.BgClassName
{
background-color: #197E71;
}
</style>
border-color css
<style>
span { border-color: #197E71; }
span { border-color: rgb(25,126,113); }
td.TdClassName
{
border-color: #197E71;
}
.TagClassName
{
border-color: #197E71;
}
</style>