Shades of Deep Sea #197E6A
Tints of Deep Sea #197E6A
RGB
CMYK
RGB Variations
Color information
#197E6A (or 0x197E6A) is known color: Deep Sea. HEX triplet: 19, 7E and 6A. RGB value is (25,126,106). Sum of RGB (Red+Green+Blue) = 25+126+106=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #197E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E6A is #E68195. Grayscale: #5D5D5D. Windows color (decimal): -15106454 or 6979097. OLE color: 6979097.
HSL color Cylindrical-coordinate representation of color #197E6A: hue angle of 168.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197E6A is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 126 | 106 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.51 |
| HSL | 168.12º | 0.67% | 0.3% | - |
| HSV(B) | 168.12º | 0.8% | 0.49% | - |
| XYZ | 10.46 | 16.17 | 16.21 | - |
| YUV | 93.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 106 | 0.80 | 0 | 0.16 | 0.51 | 168.12 | 0.67 | 0.3 |
| Hex | 19 | 7E | 6A | 50 | 0 | 10 | 33 | A8 | 43 | 1E |
| Octal | 31 | 176 | 152 | 120 | 0 | 20 | 63 | 250 | 103 | 36 |
| Binary | 11001 | 1111110 | 1101010 | 1010000 | 0 | 10000 | 110011 | 10101000 | 1000011 | 11110 |
Color Harmonies of #197E6A
Complementary color
Monochromatic Colors of #197E6A
Black with #197E6A
Text Example
Text Example
White with #197E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197E6A; }
p { color: rgb(25,126,106); }
H1.HeaderClassName
{
color: #197E6A;
}
.AnyTagClassName
{
color: #197E6A;
}
</style>
background-color css
<style>
a { background-color: #197E6A; }
a { background-color: rgb(25,126,106); }
div.DivClassName
{
background-color: #197E6A;
}
.BgClassName
{
background-color: #197E6A;
}
</style>
border-color css
<style>
span { border-color: #197E6A; }
span { border-color: rgb(25,126,106); }
td.TdClassName
{
border-color: #197E6A;
}
.TagClassName
{
border-color: #197E6A;
}
</style>