Shades of Deep Sea #19785E
Tints of Deep Sea #19785E
RGB
CMYK
RGB Variations
Color information
#19785E (or 0x19785E) is known color: Deep Sea. HEX triplet: 19, 78 and 5E. RGB value is (25,120,94). Sum of RGB (Red+Green+Blue) = 25+120+94=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #19785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19785E is #E687A1. Grayscale: #585858. Windows color (decimal): -15108002 or 6191129. OLE color: 6191129.
HSL color Cylindrical-coordinate representation of color #19785E: hue angle of 163.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19785E is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 94 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.53 |
| HSL | 163.58º | 0.66% | 0.28% | - |
| HSV(B) | 163.58º | 0.79% | 0.47% | - |
| XYZ | 9.14 | 14.45 | 12.9 | - |
| YUV | 88.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 94 | 0.79 | 0 | 0.22 | 0.53 | 163.58 | 0.66 | 0.28 |
| Hex | 19 | 78 | 5E | 4F | 0 | 16 | 35 | A4 | 42 | 1C |
| Octal | 31 | 170 | 136 | 117 | 0 | 26 | 65 | 244 | 102 | 34 |
| Binary | 11001 | 1111000 | 1011110 | 1001111 | 0 | 10110 | 110101 | 10100100 | 1000010 | 11100 |
Color Harmonies of #19785E
Complementary color
Monochromatic Colors of #19785E
Black with #19785E
Text Example
Text Example
White with #19785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19785E; }
p { color: rgb(25,120,94); }
H1.HeaderClassName
{
color: #19785E;
}
.AnyTagClassName
{
color: #19785E;
}
</style>
background-color css
<style>
a { background-color: #19785E; }
a { background-color: rgb(25,120,94); }
div.DivClassName
{
background-color: #19785E;
}
.BgClassName
{
background-color: #19785E;
}
</style>
border-color css
<style>
span { border-color: #19785E; }
span { border-color: rgb(25,120,94); }
td.TdClassName
{
border-color: #19785E;
}
.TagClassName
{
border-color: #19785E;
}
</style>