Shades of Deep Sea #197F66
Tints of Deep Sea #197F66
RGB
CMYK
RGB Variations
Color information
#197F66 (or 0x197F66) is known color: Deep Sea. HEX triplet: 19, 7F and 66. RGB value is (25,127,102). Sum of RGB (Red+Green+Blue) = 25+127+102=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #197F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F66 is #E68099. Grayscale: #5D5D5D. Windows color (decimal): -15106202 or 6717209. OLE color: 6717209.
HSL color Cylindrical-coordinate representation of color #197F66: hue angle of 165.29º 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 #197F66 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 102 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.50 |
| HSL | 165.29º | 0.67% | 0.3% | - |
| HSV(B) | 165.29º | 0.8% | 0.5% | - |
| XYZ | 10.39 | 16.34 | 15.18 | - |
| YUV | 93.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 102 | 0.80 | 0 | 0.20 | 0.50 | 165.29 | 0.67 | 0.3 |
| Hex | 19 | 7F | 66 | 50 | 0 | 14 | 32 | A5 | 43 | 1E |
| Octal | 31 | 177 | 146 | 120 | 0 | 24 | 62 | 245 | 103 | 36 |
| Binary | 11001 | 1111111 | 1100110 | 1010000 | 0 | 10100 | 110010 | 10100101 | 1000011 | 11110 |
Color Harmonies of #197F66
Complementary color
Monochromatic Colors of #197F66
Black with #197F66
Text Example
Text Example
White with #197F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F66; }
p { color: rgb(25,127,102); }
H1.HeaderClassName
{
color: #197F66;
}
.AnyTagClassName
{
color: #197F66;
}
</style>
background-color css
<style>
a { background-color: #197F66; }
a { background-color: rgb(25,127,102); }
div.DivClassName
{
background-color: #197F66;
}
.BgClassName
{
background-color: #197F66;
}
</style>
border-color css
<style>
span { border-color: #197F66; }
span { border-color: rgb(25,127,102); }
td.TdClassName
{
border-color: #197F66;
}
.TagClassName
{
border-color: #197F66;
}
</style>