Shades of Deep Sea #197A6F
Tints of Deep Sea #197A6F
RGB
CMYK
RGB Variations
Color information
#197A6F (or 0x197A6F) is known color: Deep Sea. HEX triplet: 19, 7A and 6F. RGB value is (25,122,111). Sum of RGB (Red+Green+Blue) = 25+122+111=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #197A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A6F is #E68590. Grayscale: #5B5B5B. Windows color (decimal): -15107473 or 7305753. OLE color: 7305753.
HSL color Cylindrical-coordinate representation of color #197A6F: hue angle of 173.2º 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 #197A6F is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 111 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.52 |
| HSL | 173.2º | 0.66% | 0.29% | - |
| HSV(B) | 173.2º | 0.8% | 0.48% | - |
| XYZ | 10.23 | 15.27 | 17.45 | - |
| YUV | 91.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 111 | 0.80 | 0 | 0.09 | 0.52 | 173.2 | 0.66 | 0.29 |
| Hex | 19 | 7A | 6F | 50 | 0 | 9 | 34 | AD | 42 | 1D |
| Octal | 31 | 172 | 157 | 120 | 0 | 11 | 64 | 255 | 102 | 35 |
| Binary | 11001 | 1111010 | 1101111 | 1010000 | 0 | 1001 | 110100 | 10101101 | 1000010 | 11101 |
Color Harmonies of #197A6F
Complementary color
Monochromatic Colors of #197A6F
Black with #197A6F
Text Example
Text Example
White with #197A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A6F; }
p { color: rgb(25,122,111); }
H1.HeaderClassName
{
color: #197A6F;
}
.AnyTagClassName
{
color: #197A6F;
}
</style>
background-color css
<style>
a { background-color: #197A6F; }
a { background-color: rgb(25,122,111); }
div.DivClassName
{
background-color: #197A6F;
}
.BgClassName
{
background-color: #197A6F;
}
</style>
border-color css
<style>
span { border-color: #197A6F; }
span { border-color: rgb(25,122,111); }
td.TdClassName
{
border-color: #197A6F;
}
.TagClassName
{
border-color: #197A6F;
}
</style>