Shades of Deep Sea #197D63
Tints of Deep Sea #197D63
RGB
CMYK
RGB Variations
Color information
#197D63 (or 0x197D63) is known color: Deep Sea. HEX triplet: 19, 7D and 63. RGB value is (25,125,99). Sum of RGB (Red+Green+Blue) = 25+125+99=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #197D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D63 is #E6829C. Grayscale: #5C5C5C. Windows color (decimal): -15106717 or 6520089. OLE color: 6520089.
HSL color Cylindrical-coordinate representation of color #197D63: hue angle of 164.4º 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 #197D63 is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 99 | - |
| CMYK | 0.8 | 0 | 0.21 | 0.51 |
| HSL | 164.4º | 0.67% | 0.29% | - |
| HSV(B) | 164.4º | 0.8% | 0.49% | - |
| XYZ | 9.99 | 15.77 | 14.32 | - |
| YUV | 92.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 99 | 0.8 | 0 | 0.21 | 0.51 | 164.4 | 0.67 | 0.29 |
| Hex | 19 | 7D | 63 | 50 | 0 | 15 | 33 | A4 | 43 | 1D |
| Octal | 31 | 175 | 143 | 120 | 0 | 25 | 63 | 244 | 103 | 35 |
| Binary | 11001 | 1111101 | 1100011 | 1010000 | 0 | 10101 | 110011 | 10100100 | 1000011 | 11101 |
Color Harmonies of #197D63
Complementary color
Monochromatic Colors of #197D63
Black with #197D63
Text Example
Text Example
White with #197D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D63; }
p { color: rgb(25,125,99); }
H1.HeaderClassName
{
color: #197D63;
}
.AnyTagClassName
{
color: #197D63;
}
</style>
background-color css
<style>
a { background-color: #197D63; }
a { background-color: rgb(25,125,99); }
div.DivClassName
{
background-color: #197D63;
}
.BgClassName
{
background-color: #197D63;
}
</style>
border-color css
<style>
span { border-color: #197D63; }
span { border-color: rgb(25,125,99); }
td.TdClassName
{
border-color: #197D63;
}
.TagClassName
{
border-color: #197D63;
}
</style>