Shades of Deep Sea #197D6B
Tints of Deep Sea #197D6B
RGB
CMYK
RGB Variations
Color information
#197D6B (or 0x197D6B) is known color: Deep Sea. HEX triplet: 19, 7D and 6B. RGB value is (25,125,107). Sum of RGB (Red+Green+Blue) = 25+125+107=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #197D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D6B is #E68294. Grayscale: #5D5D5D. Windows color (decimal): -15106709 or 7044377. OLE color: 7044377.
HSL color Cylindrical-coordinate representation of color #197D6B: hue angle of 169.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D6B is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 107 | - |
| CMYK | 0.8 | 0 | 0.14 | 0.51 |
| HSL | 169.2º | 0.67% | 0.29% | - |
| HSV(B) | 169.2º | 0.8% | 0.49% | - |
| XYZ | 10.39 | 15.94 | 16.44 | - |
| YUV | 93.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 107 | 0.8 | 0 | 0.14 | 0.51 | 169.2 | 0.67 | 0.29 |
| Hex | 19 | 7D | 6B | 50 | 0 | E | 33 | A9 | 43 | 1D |
| Octal | 31 | 175 | 153 | 120 | 0 | 16 | 63 | 251 | 103 | 35 |
| Binary | 11001 | 1111101 | 1101011 | 1010000 | 0 | 1110 | 110011 | 10101001 | 1000011 | 11101 |
Color Harmonies of #197D6B
Complementary color
Monochromatic Colors of #197D6B
Black with #197D6B
Text Example
Text Example
White with #197D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D6B; }
p { color: rgb(25,125,107); }
H1.HeaderClassName
{
color: #197D6B;
}
.AnyTagClassName
{
color: #197D6B;
}
</style>
background-color css
<style>
a { background-color: #197D6B; }
a { background-color: rgb(25,125,107); }
div.DivClassName
{
background-color: #197D6B;
}
.BgClassName
{
background-color: #197D6B;
}
</style>
border-color css
<style>
span { border-color: #197D6B; }
span { border-color: rgb(25,125,107); }
td.TdClassName
{
border-color: #197D6B;
}
.TagClassName
{
border-color: #197D6B;
}
</style>