Shades of Deep Sea #16745E
Tints of Deep Sea #16745E
RGB
CMYK
RGB Variations
Color information
#16745E (or 0x16745E) is known color: Deep Sea. HEX triplet: 16, 74 and 5E. RGB value is (22,116,94). Sum of RGB (Red+Green+Blue) = 22+116+94=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #16745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16745E is #E98BA1. Grayscale: #555555. Windows color (decimal): -15305634 or 6190102. OLE color: 6190102.
HSL color Cylindrical-coordinate representation of color #16745E: hue angle of 165.96º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16745E is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 116 | 94 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.55 |
| HSL | 165.96º | 0.68% | 0.27% | - |
| HSV(B) | 165.96º | 0.81% | 0.45% | - |
| XYZ | 8.6 | 13.47 | 12.74 | - |
| YUV | 85.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 94 | 0.81 | 0 | 0.19 | 0.55 | 165.96 | 0.68 | 0.27 |
| Hex | 16 | 74 | 5E | 51 | 0 | 13 | 37 | A6 | 44 | 1B |
| Octal | 26 | 164 | 136 | 121 | 0 | 23 | 67 | 246 | 104 | 33 |
| Binary | 10110 | 1110100 | 1011110 | 1010001 | 0 | 10011 | 110111 | 10100110 | 1000100 | 11011 |
Color Harmonies of #16745E
Complementary color
Monochromatic Colors of #16745E
Black with #16745E
Text Example
Text Example
White with #16745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16745E; }
p { color: rgb(22,116,94); }
H1.HeaderClassName
{
color: #16745E;
}
.AnyTagClassName
{
color: #16745E;
}
</style>
background-color css
<style>
a { background-color: #16745E; }
a { background-color: rgb(22,116,94); }
div.DivClassName
{
background-color: #16745E;
}
.BgClassName
{
background-color: #16745E;
}
</style>
border-color css
<style>
span { border-color: #16745E; }
span { border-color: rgb(22,116,94); }
td.TdClassName
{
border-color: #16745E;
}
.TagClassName
{
border-color: #16745E;
}
</style>