Shades of Deep Sea #197565
Tints of Deep Sea #197565
RGB
CMYK
RGB Variations
Color information
#197565 (or 0x197565) is known color: Deep Sea. HEX triplet: 19, 75 and 65. RGB value is (25,117,101). Sum of RGB (Red+Green+Blue) = 25+117+101=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #197565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197565 is #E68A9A. Grayscale: #575757. Windows color (decimal): -15108763 or 6649113. OLE color: 6649113.
HSL color Cylindrical-coordinate representation of color #197565: hue angle of 169.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197565 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 101 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.54 |
| HSL | 169.57º | 0.65% | 0.28% | - |
| HSV(B) | 169.57º | 0.79% | 0.46% | - |
| XYZ | 9.11 | 13.87 | 14.51 | - |
| YUV | 87.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 101 | 0.79 | 0 | 0.14 | 0.54 | 169.57 | 0.65 | 0.28 |
| Hex | 19 | 75 | 65 | 4F | 0 | E | 36 | AA | 41 | 1C |
| Octal | 31 | 165 | 145 | 117 | 0 | 16 | 66 | 252 | 101 | 34 |
| Binary | 11001 | 1110101 | 1100101 | 1001111 | 0 | 1110 | 110110 | 10101010 | 1000001 | 11100 |
Color Harmonies of #197565
Complementary color
Monochromatic Colors of #197565
Black with #197565
Text Example
Text Example
White with #197565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197565; }
p { color: rgb(25,117,101); }
H1.HeaderClassName
{
color: #197565;
}
.AnyTagClassName
{
color: #197565;
}
</style>
background-color css
<style>
a { background-color: #197565; }
a { background-color: rgb(25,117,101); }
div.DivClassName
{
background-color: #197565;
}
.BgClassName
{
background-color: #197565;
}
</style>
border-color css
<style>
span { border-color: #197565; }
span { border-color: rgb(25,117,101); }
td.TdClassName
{
border-color: #197565;
}
.TagClassName
{
border-color: #197565;
}
</style>