Shades of Deep Sea #16775F
Tints of Deep Sea #16775F
RGB
CMYK
RGB Variations
Color information
#16775F (or 0x16775F) is known color: Deep Sea. HEX triplet: 16, 77 and 5F. RGB value is (22,119,95). Sum of RGB (Red+Green+Blue) = 22+119+95=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #16775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16775F is #E988A0. Grayscale: #575757. Windows color (decimal): -15304865 or 6256406. OLE color: 6256406.
HSL color Cylindrical-coordinate representation of color #16775F: hue angle of 165.15º 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 #16775F is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 95 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.53 |
| HSL | 165.15º | 0.69% | 0.28% | - |
| HSV(B) | 165.15º | 0.82% | 0.47% | - |
| XYZ | 8.99 | 14.19 | 13.09 | - |
| YUV | 87.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 95 | 0.82 | 0 | 0.20 | 0.53 | 165.15 | 0.69 | 0.28 |
| Hex | 16 | 77 | 5F | 52 | 0 | 14 | 35 | A5 | 45 | 1C |
| Octal | 26 | 167 | 137 | 122 | 0 | 24 | 65 | 245 | 105 | 34 |
| Binary | 10110 | 1110111 | 1011111 | 1010010 | 0 | 10100 | 110101 | 10100101 | 1000101 | 11100 |
Color Harmonies of #16775F
Complementary color
Monochromatic Colors of #16775F
Black with #16775F
Text Example
Text Example
White with #16775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16775F; }
p { color: rgb(22,119,95); }
H1.HeaderClassName
{
color: #16775F;
}
.AnyTagClassName
{
color: #16775F;
}
</style>
background-color css
<style>
a { background-color: #16775F; }
a { background-color: rgb(22,119,95); }
div.DivClassName
{
background-color: #16775F;
}
.BgClassName
{
background-color: #16775F;
}
</style>
border-color css
<style>
span { border-color: #16775F; }
span { border-color: rgb(22,119,95); }
td.TdClassName
{
border-color: #16775F;
}
.TagClassName
{
border-color: #16775F;
}
</style>