Shades of Deep Sea #197C6C
Tints of Deep Sea #197C6C
RGB
CMYK
RGB Variations
Color information
#197C6C (or 0x197C6C) is known color: Deep Sea. HEX triplet: 19, 7C and 6C. RGB value is (25,124,108). Sum of RGB (Red+Green+Blue) = 25+124+108=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #197C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C6C is #E68393. Grayscale: #5C5C5C. Windows color (decimal): -15106964 or 7109657. OLE color: 7109657.
HSL color Cylindrical-coordinate representation of color #197C6C: hue angle of 170.3º degrees, saturation: 0.66, 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 #197C6C is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 108 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.51 |
| HSL | 170.3º | 0.66% | 0.29% | - |
| HSV(B) | 170.3º | 0.8% | 0.49% | - |
| XYZ | 10.32 | 15.7 | 16.67 | - |
| YUV | 92.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 108 | 0.80 | 0 | 0.13 | 0.51 | 170.3 | 0.66 | 0.29 |
| Hex | 19 | 7C | 6C | 50 | 0 | D | 33 | AA | 42 | 1D |
| Octal | 31 | 174 | 154 | 120 | 0 | 15 | 63 | 252 | 102 | 35 |
| Binary | 11001 | 1111100 | 1101100 | 1010000 | 0 | 1101 | 110011 | 10101010 | 1000010 | 11101 |
Color Harmonies of #197C6C
Complementary color
Monochromatic Colors of #197C6C
Black with #197C6C
Text Example
Text Example
White with #197C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C6C; }
p { color: rgb(25,124,108); }
H1.HeaderClassName
{
color: #197C6C;
}
.AnyTagClassName
{
color: #197C6C;
}
</style>
background-color css
<style>
a { background-color: #197C6C; }
a { background-color: rgb(25,124,108); }
div.DivClassName
{
background-color: #197C6C;
}
.BgClassName
{
background-color: #197C6C;
}
</style>
border-color css
<style>
span { border-color: #197C6C; }
span { border-color: rgb(25,124,108); }
td.TdClassName
{
border-color: #197C6C;
}
.TagClassName
{
border-color: #197C6C;
}
</style>