Shades of Deep Sea #166F58
Tints of Deep Sea #166F58
RGB
CMYK
RGB Variations
Color information
#166F58 (or 0x166F58) is known color: Deep Sea. HEX triplet: 16, 6F and 58. RGB value is (22,111,88). Sum of RGB (Red+Green+Blue) = 22+111+88=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #166F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F58 is #E990A7. Grayscale: #515151. Windows color (decimal): -15306920 or 5795606. OLE color: 5795606.
HSL color Cylindrical-coordinate representation of color #166F58: hue angle of 164.49º 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 #166F58 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 88 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.56 |
| HSL | 164.49º | 0.67% | 0.26% | - |
| HSV(B) | 164.49º | 0.8% | 0.44% | - |
| XYZ | 7.78 | 12.24 | 11.19 | - |
| YUV | 81.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 88 | 0.80 | 0 | 0.21 | 0.56 | 164.49 | 0.67 | 0.26 |
| Hex | 16 | 6F | 58 | 50 | 0 | 15 | 38 | A4 | 43 | 1A |
| Octal | 26 | 157 | 130 | 120 | 0 | 25 | 70 | 244 | 103 | 32 |
| Binary | 10110 | 1101111 | 1011000 | 1010000 | 0 | 10101 | 111000 | 10100100 | 1000011 | 11010 |
Color Harmonies of #166F58
Complementary color
Monochromatic Colors of #166F58
Black with #166F58
Text Example
Text Example
White with #166F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F58; }
p { color: rgb(22,111,88); }
H1.HeaderClassName
{
color: #166F58;
}
.AnyTagClassName
{
color: #166F58;
}
</style>
background-color css
<style>
a { background-color: #166F58; }
a { background-color: rgb(22,111,88); }
div.DivClassName
{
background-color: #166F58;
}
.BgClassName
{
background-color: #166F58;
}
</style>
border-color css
<style>
span { border-color: #166F58; }
span { border-color: rgb(22,111,88); }
td.TdClassName
{
border-color: #166F58;
}
.TagClassName
{
border-color: #166F58;
}
</style>