Shades of Deep Sea #197A5E
Tints of Deep Sea #197A5E
RGB
CMYK
RGB Variations
Color information
#197A5E (or 0x197A5E) is known color: Deep Sea. HEX triplet: 19, 7A and 5E. RGB value is (25,122,94). Sum of RGB (Red+Green+Blue) = 25+122+94=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #197A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A5E is #E685A1. Grayscale: #595959. Windows color (decimal): -15107490 or 6191641. OLE color: 6191641.
HSL color Cylindrical-coordinate representation of color #197A5E: hue angle of 162.68º 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 #197A5E is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 94 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.52 |
| HSL | 162.68º | 0.66% | 0.29% | - |
| HSV(B) | 162.68º | 0.8% | 0.48% | - |
| XYZ | 9.38 | 14.93 | 12.98 | - |
| YUV | 89.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 94 | 0.80 | 0 | 0.23 | 0.52 | 162.68 | 0.66 | 0.29 |
| Hex | 19 | 7A | 5E | 50 | 0 | 17 | 34 | A3 | 42 | 1D |
| Octal | 31 | 172 | 136 | 120 | 0 | 27 | 64 | 243 | 102 | 35 |
| Binary | 11001 | 1111010 | 1011110 | 1010000 | 0 | 10111 | 110100 | 10100011 | 1000010 | 11101 |
Color Harmonies of #197A5E
Complementary color
Monochromatic Colors of #197A5E
Black with #197A5E
Text Example
Text Example
White with #197A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A5E; }
p { color: rgb(25,122,94); }
H1.HeaderClassName
{
color: #197A5E;
}
.AnyTagClassName
{
color: #197A5E;
}
</style>
background-color css
<style>
a { background-color: #197A5E; }
a { background-color: rgb(25,122,94); }
div.DivClassName
{
background-color: #197A5E;
}
.BgClassName
{
background-color: #197A5E;
}
</style>
border-color css
<style>
span { border-color: #197A5E; }
span { border-color: rgb(25,122,94); }
td.TdClassName
{
border-color: #197A5E;
}
.TagClassName
{
border-color: #197A5E;
}
</style>