Shades of Deep Sea #197F6E
Tints of Deep Sea #197F6E
RGB
CMYK
RGB Variations
Color information
#197F6E (or 0x197F6E) is known color: Deep Sea. HEX triplet: 19, 7F and 6E. RGB value is (25,127,110). Sum of RGB (Red+Green+Blue) = 25+127+110=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #197F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F6E is #E68091. Grayscale: #5E5E5E. Windows color (decimal): -15106194 or 7241497. OLE color: 7241497.
HSL color Cylindrical-coordinate representation of color #197F6E: hue angle of 170º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F6E is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 110 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.50 |
| HSL | 170º | 0.67% | 0.3% | - |
| HSV(B) | 170º | 0.8% | 0.5% | - |
| XYZ | 10.8 | 16.51 | 17.37 | - |
| YUV | 94.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 110 | 0.80 | 0 | 0.13 | 0.50 | 170 | 0.67 | 0.3 |
| Hex | 19 | 7F | 6E | 50 | 0 | D | 32 | AA | 43 | 1E |
| Octal | 31 | 177 | 156 | 120 | 0 | 15 | 62 | 252 | 103 | 36 |
| Binary | 11001 | 1111111 | 1101110 | 1010000 | 0 | 1101 | 110010 | 10101010 | 1000011 | 11110 |
Color Harmonies of #197F6E
Complementary color
Monochromatic Colors of #197F6E
Black with #197F6E
Text Example
Text Example
White with #197F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F6E; }
p { color: rgb(25,127,110); }
H1.HeaderClassName
{
color: #197F6E;
}
.AnyTagClassName
{
color: #197F6E;
}
</style>
background-color css
<style>
a { background-color: #197F6E; }
a { background-color: rgb(25,127,110); }
div.DivClassName
{
background-color: #197F6E;
}
.BgClassName
{
background-color: #197F6E;
}
</style>
border-color css
<style>
span { border-color: #197F6E; }
span { border-color: rgb(25,127,110); }
td.TdClassName
{
border-color: #197F6E;
}
.TagClassName
{
border-color: #197F6E;
}
</style>