Shades of Deep Sea #196F5D
Tints of Deep Sea #196F5D
RGB
CMYK
RGB Variations
Color information
#196F5D (or 0x196F5D) is known color: Deep Sea. HEX triplet: 19, 6F and 5D. RGB value is (25,111,93). Sum of RGB (Red+Green+Blue) = 25+111+93=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #196F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F5D is #E690A2. Grayscale: #535353. Windows color (decimal): -15110307 or 6123289. OLE color: 6123289.
HSL color Cylindrical-coordinate representation of color #196F5D: hue angle of 167.44º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F5D is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 93 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.56 |
| HSL | 167.44º | 0.63% | 0.27% | - |
| HSV(B) | 167.44º | 0.77% | 0.44% | - |
| XYZ | 8.06 | 12.37 | 12.32 | - |
| YUV | 83.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 93 | 0.77 | 0 | 0.16 | 0.56 | 167.44 | 0.63 | 0.27 |
| Hex | 19 | 6F | 5D | 4D | 0 | 10 | 38 | A7 | 3F | 1B |
| Octal | 31 | 157 | 135 | 115 | 0 | 20 | 70 | 247 | 77 | 33 |
| Binary | 11001 | 1101111 | 1011101 | 1001101 | 0 | 10000 | 111000 | 10100111 | 111111 | 11011 |
Color Harmonies of #196F5D
Complementary color
Monochromatic Colors of #196F5D
Black with #196F5D
Text Example
Text Example
White with #196F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F5D; }
p { color: rgb(25,111,93); }
H1.HeaderClassName
{
color: #196F5D;
}
.AnyTagClassName
{
color: #196F5D;
}
</style>
background-color css
<style>
a { background-color: #196F5D; }
a { background-color: rgb(25,111,93); }
div.DivClassName
{
background-color: #196F5D;
}
.BgClassName
{
background-color: #196F5D;
}
</style>
border-color css
<style>
span { border-color: #196F5D; }
span { border-color: rgb(25,111,93); }
td.TdClassName
{
border-color: #196F5D;
}
.TagClassName
{
border-color: #196F5D;
}
</style>