Shades of Deep Sea #166F57
Tints of Deep Sea #166F57
RGB
CMYK
RGB Variations
Color information
#166F57 (or 0x166F57) is known color: Deep Sea. HEX triplet: 16, 6F and 57. RGB value is (22,111,87). Sum of RGB (Red+Green+Blue) = 22+111+87=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #166F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F57 is #E990A8. Grayscale: #515151. Windows color (decimal): -15306921 or 5730070. OLE color: 5730070.
HSL color Cylindrical-coordinate representation of color #166F57: hue angle of 163.82º 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 #166F57 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 87 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.56 |
| HSL | 163.82º | 0.67% | 0.26% | - |
| HSV(B) | 163.82º | 0.8% | 0.44% | - |
| XYZ | 7.74 | 12.23 | 10.97 | - |
| YUV | 81.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 87 | 0.80 | 0 | 0.22 | 0.56 | 163.82 | 0.67 | 0.26 |
| Hex | 16 | 6F | 57 | 50 | 0 | 16 | 38 | A4 | 43 | 1A |
| Octal | 26 | 157 | 127 | 120 | 0 | 26 | 70 | 244 | 103 | 32 |
| Binary | 10110 | 1101111 | 1010111 | 1010000 | 0 | 10110 | 111000 | 10100100 | 1000011 | 11010 |
Color Harmonies of #166F57
Complementary color
Monochromatic Colors of #166F57
Black with #166F57
Text Example
Text Example
White with #166F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F57; }
p { color: rgb(22,111,87); }
H1.HeaderClassName
{
color: #166F57;
}
.AnyTagClassName
{
color: #166F57;
}
</style>
background-color css
<style>
a { background-color: #166F57; }
a { background-color: rgb(22,111,87); }
div.DivClassName
{
background-color: #166F57;
}
.BgClassName
{
background-color: #166F57;
}
</style>
border-color css
<style>
span { border-color: #166F57; }
span { border-color: rgb(22,111,87); }
td.TdClassName
{
border-color: #166F57;
}
.TagClassName
{
border-color: #166F57;
}
</style>