Shades of Deep Sea #16755E
Tints of Deep Sea #16755E
RGB
CMYK
RGB Variations
Color information
#16755E (or 0x16755E) is known color: Deep Sea. HEX triplet: 16, 75 and 5E. RGB value is (22,117,94). Sum of RGB (Red+Green+Blue) = 22+117+94=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #16755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16755E is #E98AA1. Grayscale: #555555. Windows color (decimal): -15305378 or 6190358. OLE color: 6190358.
HSL color Cylindrical-coordinate representation of color #16755E: hue angle of 165.47º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16755E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 117 | 94 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.54 |
| HSL | 165.47º | 0.68% | 0.27% | - |
| HSV(B) | 165.47º | 0.81% | 0.46% | - |
| XYZ | 8.71 | 13.7 | 12.78 | - |
| YUV | 85.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 94 | 0.81 | 0 | 0.20 | 0.54 | 165.47 | 0.68 | 0.27 |
| Hex | 16 | 75 | 5E | 51 | 0 | 14 | 36 | A5 | 44 | 1B |
| Octal | 26 | 165 | 136 | 121 | 0 | 24 | 66 | 245 | 104 | 33 |
| Binary | 10110 | 1110101 | 1011110 | 1010001 | 0 | 10100 | 110110 | 10100101 | 1000100 | 11011 |
Color Harmonies of #16755E
Complementary color
Monochromatic Colors of #16755E
Black with #16755E
Text Example
Text Example
White with #16755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16755E; }
p { color: rgb(22,117,94); }
H1.HeaderClassName
{
color: #16755E;
}
.AnyTagClassName
{
color: #16755E;
}
</style>
background-color css
<style>
a { background-color: #16755E; }
a { background-color: rgb(22,117,94); }
div.DivClassName
{
background-color: #16755E;
}
.BgClassName
{
background-color: #16755E;
}
</style>
border-color css
<style>
span { border-color: #16755E; }
span { border-color: rgb(22,117,94); }
td.TdClassName
{
border-color: #16755E;
}
.TagClassName
{
border-color: #16755E;
}
</style>