Shades of Deep Sea #197D70
Tints of Deep Sea #197D70
RGB
CMYK
RGB Variations
Color information
#197D70 (or 0x197D70) is known color: Deep Sea. HEX triplet: 19, 7D and 70. RGB value is (25,125,112). Sum of RGB (Red+Green+Blue) = 25+125+112=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #197D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D70 is #E6828F. Grayscale: #5D5D5D. Windows color (decimal): -15106704 or 7372057. OLE color: 7372057.
HSL color Cylindrical-coordinate representation of color #197D70: hue angle of 172.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D70 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 112 | - |
| CMYK | 0.8 | 0 | 0.10 | 0.51 |
| HSL | 172.2º | 0.67% | 0.29% | - |
| HSV(B) | 172.2º | 0.8% | 0.49% | - |
| XYZ | 10.66 | 16.04 | 17.86 | - |
| YUV | 93.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 112 | 0.8 | 0 | 0.10 | 0.51 | 172.2 | 0.67 | 0.29 |
| Hex | 19 | 7D | 70 | 50 | 0 | A | 33 | AC | 43 | 1D |
| Octal | 31 | 175 | 160 | 120 | 0 | 12 | 63 | 254 | 103 | 35 |
| Binary | 11001 | 1111101 | 1110000 | 1010000 | 0 | 1010 | 110011 | 10101100 | 1000011 | 11101 |
Color Harmonies of #197D70
Complementary color
Monochromatic Colors of #197D70
Black with #197D70
Text Example
Text Example
White with #197D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D70; }
p { color: rgb(25,125,112); }
H1.HeaderClassName
{
color: #197D70;
}
.AnyTagClassName
{
color: #197D70;
}
</style>
background-color css
<style>
a { background-color: #197D70; }
a { background-color: rgb(25,125,112); }
div.DivClassName
{
background-color: #197D70;
}
.BgClassName
{
background-color: #197D70;
}
</style>
border-color css
<style>
span { border-color: #197D70; }
span { border-color: rgb(25,125,112); }
td.TdClassName
{
border-color: #197D70;
}
.TagClassName
{
border-color: #197D70;
}
</style>