Shades of Deep Sea #197A6C
Tints of Deep Sea #197A6C
RGB
CMYK
RGB Variations
Color information
#197A6C (or 0x197A6C) is known color: Deep Sea. HEX triplet: 19, 7A and 6C. RGB value is (25,122,108). Sum of RGB (Red+Green+Blue) = 25+122+108=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #197A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A6C is #E68593. Grayscale: #5B5B5B. Windows color (decimal): -15107476 or 7109145. OLE color: 7109145.
HSL color Cylindrical-coordinate representation of color #197A6C: hue angle of 171.34º 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 #197A6C is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 108 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.52 |
| HSL | 171.34º | 0.66% | 0.29% | - |
| HSV(B) | 171.34º | 0.8% | 0.48% | - |
| XYZ | 10.07 | 15.21 | 16.59 | - |
| YUV | 91.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 108 | 0.80 | 0 | 0.11 | 0.52 | 171.34 | 0.66 | 0.29 |
| Hex | 19 | 7A | 6C | 50 | 0 | B | 34 | AB | 42 | 1D |
| Octal | 31 | 172 | 154 | 120 | 0 | 13 | 64 | 253 | 102 | 35 |
| Binary | 11001 | 1111010 | 1101100 | 1010000 | 0 | 1011 | 110100 | 10101011 | 1000010 | 11101 |
Color Harmonies of #197A6C
Complementary color
Monochromatic Colors of #197A6C
Black with #197A6C
Text Example
Text Example
White with #197A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A6C; }
p { color: rgb(25,122,108); }
H1.HeaderClassName
{
color: #197A6C;
}
.AnyTagClassName
{
color: #197A6C;
}
</style>
background-color css
<style>
a { background-color: #197A6C; }
a { background-color: rgb(25,122,108); }
div.DivClassName
{
background-color: #197A6C;
}
.BgClassName
{
background-color: #197A6C;
}
</style>
border-color css
<style>
span { border-color: #197A6C; }
span { border-color: rgb(25,122,108); }
td.TdClassName
{
border-color: #197A6C;
}
.TagClassName
{
border-color: #197A6C;
}
</style>