Shades of Deep Sea #19785F
Tints of Deep Sea #19785F
RGB
CMYK
RGB Variations
Color information
#19785F (or 0x19785F) is known color: Deep Sea. HEX triplet: 19, 78 and 5F. RGB value is (25,120,95). Sum of RGB (Red+Green+Blue) = 25+120+95=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #19785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19785F is #E687A0. Grayscale: #585858. Windows color (decimal): -15108001 or 6256665. OLE color: 6256665.
HSL color Cylindrical-coordinate representation of color #19785F: hue angle of 164.21º 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 #19785F is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 95 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.53 |
| HSL | 164.21º | 0.66% | 0.28% | - |
| HSV(B) | 164.21º | 0.79% | 0.47% | - |
| XYZ | 9.18 | 14.47 | 13.13 | - |
| YUV | 88.75 | 131.53 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 95 | 0.79 | 0 | 0.21 | 0.53 | 164.21 | 0.66 | 0.28 |
| Hex | 19 | 78 | 5F | 4F | 0 | 15 | 35 | A4 | 42 | 1C |
| Octal | 31 | 170 | 137 | 117 | 0 | 25 | 65 | 244 | 102 | 34 |
| Binary | 11001 | 1111000 | 1011111 | 1001111 | 0 | 10101 | 110101 | 10100100 | 1000010 | 11100 |
Color Harmonies of #19785F
Complementary color
Monochromatic Colors of #19785F
Black with #19785F
Text Example
Text Example
White with #19785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19785F; }
p { color: rgb(25,120,95); }
H1.HeaderClassName
{
color: #19785F;
}
.AnyTagClassName
{
color: #19785F;
}
</style>
background-color css
<style>
a { background-color: #19785F; }
a { background-color: rgb(25,120,95); }
div.DivClassName
{
background-color: #19785F;
}
.BgClassName
{
background-color: #19785F;
}
</style>
border-color css
<style>
span { border-color: #19785F; }
span { border-color: rgb(25,120,95); }
td.TdClassName
{
border-color: #19785F;
}
.TagClassName
{
border-color: #19785F;
}
</style>