Shades of Deep Sea #166F5B
Tints of Deep Sea #166F5B
RGB
CMYK
RGB Variations
Color information
#166F5B (or 0x166F5B) is known color: Deep Sea. HEX triplet: 16, 6F and 5B. RGB value is (22,111,91). Sum of RGB (Red+Green+Blue) = 22+111+91=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #166F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F5B is #E990A4. Grayscale: #525252. Windows color (decimal): -15306917 or 5992214. OLE color: 5992214.
HSL color Cylindrical-coordinate representation of color #166F5B: hue angle of 166.52º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F5B is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 91 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.56 |
| HSL | 166.52º | 0.67% | 0.26% | - |
| HSV(B) | 166.52º | 0.8% | 0.44% | - |
| XYZ | 7.9 | 12.29 | 11.85 | - |
| YUV | 82.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 91 | 0.80 | 0 | 0.18 | 0.56 | 166.52 | 0.67 | 0.26 |
| Hex | 16 | 6F | 5B | 50 | 0 | 12 | 38 | A7 | 43 | 1A |
| Octal | 26 | 157 | 133 | 120 | 0 | 22 | 70 | 247 | 103 | 32 |
| Binary | 10110 | 1101111 | 1011011 | 1010000 | 0 | 10010 | 111000 | 10100111 | 1000011 | 11010 |
Color Harmonies of #166F5B
Complementary color
Monochromatic Colors of #166F5B
Black with #166F5B
Text Example
Text Example
White with #166F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F5B; }
p { color: rgb(22,111,91); }
H1.HeaderClassName
{
color: #166F5B;
}
.AnyTagClassName
{
color: #166F5B;
}
</style>
background-color css
<style>
a { background-color: #166F5B; }
a { background-color: rgb(22,111,91); }
div.DivClassName
{
background-color: #166F5B;
}
.BgClassName
{
background-color: #166F5B;
}
</style>
border-color css
<style>
span { border-color: #166F5B; }
span { border-color: rgb(22,111,91); }
td.TdClassName
{
border-color: #166F5B;
}
.TagClassName
{
border-color: #166F5B;
}
</style>