Shades of Deep Sea #197A6D
Tints of Deep Sea #197A6D
RGB
CMYK
RGB Variations
Color information
#197A6D (or 0x197A6D) is known color: Deep Sea. HEX triplet: 19, 7A and 6D. RGB value is (25,122,109). Sum of RGB (Red+Green+Blue) = 25+122+109=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #197A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A6D is #E68592. Grayscale: #5B5B5B. Windows color (decimal): -15107475 or 7174681. OLE color: 7174681.
HSL color Cylindrical-coordinate representation of color #197A6D: hue angle of 171.96º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A6D is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 109 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.52 |
| HSL | 171.96º | 0.66% | 0.29% | - |
| HSV(B) | 171.96º | 0.8% | 0.48% | - |
| XYZ | 10.12 | 15.23 | 16.87 | - |
| YUV | 91.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 109 | 0.80 | 0 | 0.11 | 0.52 | 171.96 | 0.66 | 0.29 |
| Hex | 19 | 7A | 6D | 50 | 0 | B | 34 | AC | 42 | 1D |
| Octal | 31 | 172 | 155 | 120 | 0 | 13 | 64 | 254 | 102 | 35 |
| Binary | 11001 | 1111010 | 1101101 | 1010000 | 0 | 1011 | 110100 | 10101100 | 1000010 | 11101 |
Color Harmonies of #197A6D
Complementary color
Monochromatic Colors of #197A6D
Black with #197A6D
Text Example
Text Example
White with #197A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A6D; }
p { color: rgb(25,122,109); }
H1.HeaderClassName
{
color: #197A6D;
}
.AnyTagClassName
{
color: #197A6D;
}
</style>
background-color css
<style>
a { background-color: #197A6D; }
a { background-color: rgb(25,122,109); }
div.DivClassName
{
background-color: #197A6D;
}
.BgClassName
{
background-color: #197A6D;
}
</style>
border-color css
<style>
span { border-color: #197A6D; }
span { border-color: rgb(25,122,109); }
td.TdClassName
{
border-color: #197A6D;
}
.TagClassName
{
border-color: #197A6D;
}
</style>