Shades of Deep Sea #19786B
Tints of Deep Sea #19786B
RGB
CMYK
RGB Variations
Color information
#19786B (or 0x19786B) is known color: Deep Sea. HEX triplet: 19, 78 and 6B. RGB value is (25,120,107). Sum of RGB (Red+Green+Blue) = 25+120+107=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #19786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19786B is #E68794. Grayscale: #5A5A5A. Windows color (decimal): -15107989 or 7043097. OLE color: 7043097.
HSL color Cylindrical-coordinate representation of color #19786B: hue angle of 171.79º 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 #19786B is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 107 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.53 |
| HSL | 171.79º | 0.66% | 0.28% | - |
| HSV(B) | 171.79º | 0.79% | 0.47% | - |
| XYZ | 9.77 | 14.7 | 16.23 | - |
| YUV | 90.11 | 137.53 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 107 | 0.79 | 0 | 0.11 | 0.53 | 171.79 | 0.66 | 0.28 |
| Hex | 19 | 78 | 6B | 4F | 0 | B | 35 | AC | 42 | 1C |
| Octal | 31 | 170 | 153 | 117 | 0 | 13 | 65 | 254 | 102 | 34 |
| Binary | 11001 | 1111000 | 1101011 | 1001111 | 0 | 1011 | 110101 | 10101100 | 1000010 | 11100 |
Color Harmonies of #19786B
Complementary color
Monochromatic Colors of #19786B
Black with #19786B
Text Example
Text Example
White with #19786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19786B; }
p { color: rgb(25,120,107); }
H1.HeaderClassName
{
color: #19786B;
}
.AnyTagClassName
{
color: #19786B;
}
</style>
background-color css
<style>
a { background-color: #19786B; }
a { background-color: rgb(25,120,107); }
div.DivClassName
{
background-color: #19786B;
}
.BgClassName
{
background-color: #19786B;
}
</style>
border-color css
<style>
span { border-color: #19786B; }
span { border-color: rgb(25,120,107); }
td.TdClassName
{
border-color: #19786B;
}
.TagClassName
{
border-color: #19786B;
}
</style>