Shades of Deep Sea #19795B
Tints of Deep Sea #19795B
RGB
CMYK
RGB Variations
Color information
#19795B (or 0x19795B) is known color: Deep Sea. HEX triplet: 19, 79 and 5B. RGB value is (25,121,91). Sum of RGB (Red+Green+Blue) = 25+121+91=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #19795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19795B is #E686A4. Grayscale: #585858. Windows color (decimal): -15107749 or 5994777. OLE color: 5994777.
HSL color Cylindrical-coordinate representation of color #19795B: hue angle of 161.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19795B is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 91 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.53 |
| HSL | 161.25º | 0.66% | 0.29% | - |
| HSV(B) | 161.25º | 0.79% | 0.47% | - |
| XYZ | 9.13 | 14.64 | 12.24 | - |
| YUV | 88.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 91 | 0.79 | 0 | 0.25 | 0.53 | 161.25 | 0.66 | 0.29 |
| Hex | 19 | 79 | 5B | 4F | 0 | 19 | 35 | A1 | 42 | 1D |
| Octal | 31 | 171 | 133 | 117 | 0 | 31 | 65 | 241 | 102 | 35 |
| Binary | 11001 | 1111001 | 1011011 | 1001111 | 0 | 11001 | 110101 | 10100001 | 1000010 | 11101 |
Color Harmonies of #19795B
Complementary color
Monochromatic Colors of #19795B
Black with #19795B
Text Example
Text Example
White with #19795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19795B; }
p { color: rgb(25,121,91); }
H1.HeaderClassName
{
color: #19795B;
}
.AnyTagClassName
{
color: #19795B;
}
</style>
background-color css
<style>
a { background-color: #19795B; }
a { background-color: rgb(25,121,91); }
div.DivClassName
{
background-color: #19795B;
}
.BgClassName
{
background-color: #19795B;
}
</style>
border-color css
<style>
span { border-color: #19795B; }
span { border-color: rgb(25,121,91); }
td.TdClassName
{
border-color: #19795B;
}
.TagClassName
{
border-color: #19795B;
}
</style>