Shades of Deep Sea #197D65
Tints of Deep Sea #197D65
RGB
CMYK
RGB Variations
Color information
#197D65 (or 0x197D65) is known color: Deep Sea. HEX triplet: 19, 7D and 65. RGB value is (25,125,101). Sum of RGB (Red+Green+Blue) = 25+125+101=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #197D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D65 is #E6829A. Grayscale: #5C5C5C. Windows color (decimal): -15106715 or 6651161. OLE color: 6651161.
HSL color Cylindrical-coordinate representation of color #197D65: hue angle of 165.6º 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 #197D65 is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 101 | - |
| CMYK | 0.8 | 0 | 0.19 | 0.51 |
| HSL | 165.6º | 0.67% | 0.29% | - |
| HSV(B) | 165.6º | 0.8% | 0.49% | - |
| XYZ | 10.08 | 15.81 | 14.83 | - |
| YUV | 92.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 101 | 0.8 | 0 | 0.19 | 0.51 | 165.6 | 0.67 | 0.29 |
| Hex | 19 | 7D | 65 | 50 | 0 | 13 | 33 | A6 | 43 | 1D |
| Octal | 31 | 175 | 145 | 120 | 0 | 23 | 63 | 246 | 103 | 35 |
| Binary | 11001 | 1111101 | 1100101 | 1010000 | 0 | 10011 | 110011 | 10100110 | 1000011 | 11101 |
Color Harmonies of #197D65
Complementary color
Monochromatic Colors of #197D65
Black with #197D65
Text Example
Text Example
White with #197D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D65; }
p { color: rgb(25,125,101); }
H1.HeaderClassName
{
color: #197D65;
}
.AnyTagClassName
{
color: #197D65;
}
</style>
background-color css
<style>
a { background-color: #197D65; }
a { background-color: rgb(25,125,101); }
div.DivClassName
{
background-color: #197D65;
}
.BgClassName
{
background-color: #197D65;
}
</style>
border-color css
<style>
span { border-color: #197D65; }
span { border-color: rgb(25,125,101); }
td.TdClassName
{
border-color: #197D65;
}
.TagClassName
{
border-color: #197D65;
}
</style>