Shades of Deep Sea #167F6F
Tints of Deep Sea #167F6F
RGB
CMYK
RGB Variations
Color information
#167F6F (or 0x167F6F) is known color: Deep Sea. HEX triplet: 16, 7F and 6F. RGB value is (22,127,111). Sum of RGB (Red+Green+Blue) = 22+127+111=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #167F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167F6F is #E98090. Grayscale: #5D5D5D. Windows color (decimal): -15302801 or 7307030. OLE color: 7307030.
HSL color Cylindrical-coordinate representation of color #167F6F: hue angle of 170.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167F6F is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 127 | 111 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.50 |
| HSL | 170.86º | 0.7% | 0.29% | - |
| HSV(B) | 170.86º | 0.83% | 0.5% | - |
| XYZ | 10.79 | 16.5 | 17.65 | - |
| YUV | 93.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 111 | 0.83 | 0 | 0.13 | 0.50 | 170.86 | 0.7 | 0.29 |
| Hex | 16 | 7F | 6F | 53 | 0 | D | 32 | AB | 46 | 1D |
| Octal | 26 | 177 | 157 | 123 | 0 | 15 | 62 | 253 | 106 | 35 |
| Binary | 10110 | 1111111 | 1101111 | 1010011 | 0 | 1101 | 110010 | 10101011 | 1000110 | 11101 |
Color Harmonies of #167F6F
Complementary color
Monochromatic Colors of #167F6F
Black with #167F6F
Text Example
Text Example
White with #167F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167F6F; }
p { color: rgb(22,127,111); }
H1.HeaderClassName
{
color: #167F6F;
}
.AnyTagClassName
{
color: #167F6F;
}
</style>
background-color css
<style>
a { background-color: #167F6F; }
a { background-color: rgb(22,127,111); }
div.DivClassName
{
background-color: #167F6F;
}
.BgClassName
{
background-color: #167F6F;
}
</style>
border-color css
<style>
span { border-color: #167F6F; }
span { border-color: rgb(22,127,111); }
td.TdClassName
{
border-color: #167F6F;
}
.TagClassName
{
border-color: #167F6F;
}
</style>