Shades of Deep Sea #16795F
Tints of Deep Sea #16795F
RGB
CMYK
RGB Variations
Color information
#16795F (or 0x16795F) is known color: Deep Sea. HEX triplet: 16, 79 and 5F. RGB value is (22,121,95). Sum of RGB (Red+Green+Blue) = 22+121+95=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #16795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16795F is #E986A0. Grayscale: #585858. Windows color (decimal): -15304353 or 6256918. OLE color: 6256918.
HSL color Cylindrical-coordinate representation of color #16795F: hue angle of 164.24º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16795F is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 95 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.53 |
| HSL | 164.24º | 0.69% | 0.28% | - |
| HSV(B) | 164.24º | 0.82% | 0.47% | - |
| XYZ | 9.23 | 14.67 | 13.17 | - |
| YUV | 88.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 95 | 0.82 | 0 | 0.21 | 0.53 | 164.24 | 0.69 | 0.28 |
| Hex | 16 | 79 | 5F | 52 | 0 | 15 | 35 | A4 | 45 | 1C |
| Octal | 26 | 171 | 137 | 122 | 0 | 25 | 65 | 244 | 105 | 34 |
| Binary | 10110 | 1111001 | 1011111 | 1010010 | 0 | 10101 | 110101 | 10100100 | 1000101 | 11100 |
Color Harmonies of #16795F
Complementary color
Monochromatic Colors of #16795F
Black with #16795F
Text Example
Text Example
White with #16795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16795F; }
p { color: rgb(22,121,95); }
H1.HeaderClassName
{
color: #16795F;
}
.AnyTagClassName
{
color: #16795F;
}
</style>
background-color css
<style>
a { background-color: #16795F; }
a { background-color: rgb(22,121,95); }
div.DivClassName
{
background-color: #16795F;
}
.BgClassName
{
background-color: #16795F;
}
</style>
border-color css
<style>
span { border-color: #16795F; }
span { border-color: rgb(22,121,95); }
td.TdClassName
{
border-color: #16795F;
}
.TagClassName
{
border-color: #16795F;
}
</style>