Shades of Deep Sea #197764
Tints of Deep Sea #197764
RGB
CMYK
RGB Variations
Color information
#197764 (or 0x197764) is known color: Deep Sea. HEX triplet: 19, 77 and 64. RGB value is (25,119,100). Sum of RGB (Red+Green+Blue) = 25+119+100=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #197764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197764 is #E6889B. Grayscale: #585858. Windows color (decimal): -15108252 or 6584089. OLE color: 6584089.
HSL color Cylindrical-coordinate representation of color #197764: hue angle of 167.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197764 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 100 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.53 |
| HSL | 167.87º | 0.65% | 0.28% | - |
| HSV(B) | 167.87º | 0.79% | 0.47% | - |
| XYZ | 9.3 | 14.32 | 14.33 | - |
| YUV | 88.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 100 | 0.79 | 0 | 0.16 | 0.53 | 167.87 | 0.65 | 0.28 |
| Hex | 19 | 77 | 64 | 4F | 0 | 10 | 35 | A8 | 41 | 1C |
| Octal | 31 | 167 | 144 | 117 | 0 | 20 | 65 | 250 | 101 | 34 |
| Binary | 11001 | 1110111 | 1100100 | 1001111 | 0 | 10000 | 110101 | 10101000 | 1000001 | 11100 |
Color Harmonies of #197764
Complementary color
Monochromatic Colors of #197764
Black with #197764
Text Example
Text Example
White with #197764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197764; }
p { color: rgb(25,119,100); }
H1.HeaderClassName
{
color: #197764;
}
.AnyTagClassName
{
color: #197764;
}
</style>
background-color css
<style>
a { background-color: #197764; }
a { background-color: rgb(25,119,100); }
div.DivClassName
{
background-color: #197764;
}
.BgClassName
{
background-color: #197764;
}
</style>
border-color css
<style>
span { border-color: #197764; }
span { border-color: rgb(25,119,100); }
td.TdClassName
{
border-color: #197764;
}
.TagClassName
{
border-color: #197764;
}
</style>