Shades of Deep Sea #166F5C
Tints of Deep Sea #166F5C
RGB
CMYK
RGB Variations
Color information
#166F5C (or 0x166F5C) is known color: Deep Sea. HEX triplet: 16, 6F and 5C. RGB value is (22,111,92). Sum of RGB (Red+Green+Blue) = 22+111+92=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #166F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F5C is #E990A3. Grayscale: #525252. Windows color (decimal): -15306916 or 6057750. OLE color: 6057750.
HSL color Cylindrical-coordinate representation of color #166F5C: hue angle of 167.19º 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 #166F5C is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 92 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.56 |
| HSL | 167.19º | 0.67% | 0.26% | - |
| HSV(B) | 167.19º | 0.8% | 0.44% | - |
| XYZ | 7.95 | 12.31 | 12.08 | - |
| YUV | 82.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 92 | 0.80 | 0 | 0.17 | 0.56 | 167.19 | 0.67 | 0.26 |
| Hex | 16 | 6F | 5C | 50 | 0 | 11 | 38 | A7 | 43 | 1A |
| Octal | 26 | 157 | 134 | 120 | 0 | 21 | 70 | 247 | 103 | 32 |
| Binary | 10110 | 1101111 | 1011100 | 1010000 | 0 | 10001 | 111000 | 10100111 | 1000011 | 11010 |
Color Harmonies of #166F5C
Complementary color
Monochromatic Colors of #166F5C
Black with #166F5C
Text Example
Text Example
White with #166F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F5C; }
p { color: rgb(22,111,92); }
H1.HeaderClassName
{
color: #166F5C;
}
.AnyTagClassName
{
color: #166F5C;
}
</style>
background-color css
<style>
a { background-color: #166F5C; }
a { background-color: rgb(22,111,92); }
div.DivClassName
{
background-color: #166F5C;
}
.BgClassName
{
background-color: #166F5C;
}
</style>
border-color css
<style>
span { border-color: #166F5C; }
span { border-color: rgb(22,111,92); }
td.TdClassName
{
border-color: #166F5C;
}
.TagClassName
{
border-color: #166F5C;
}
</style>