Shades of Deep Sea #167F72
Tints of Deep Sea #167F72
RGB
CMYK
RGB Variations
Color information
#167F72 (or 0x167F72) is known color: Deep Sea. HEX triplet: 16, 7F and 72. RGB value is (22,127,114). Sum of RGB (Red+Green+Blue) = 22+127+114=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #167F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167F72 is #E9808D. Grayscale: #5E5E5E. Windows color (decimal): -15302798 or 7503638. OLE color: 7503638.
HSL color Cylindrical-coordinate representation of color #167F72: hue angle of 172.57º 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 #167F72 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 127 | 114 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.50 |
| HSL | 172.57º | 0.7% | 0.29% | - |
| HSV(B) | 172.57º | 0.83% | 0.5% | - |
| XYZ | 10.96 | 16.56 | 18.54 | - |
| YUV | 94.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 114 | 0.83 | 0 | 0.10 | 0.50 | 172.57 | 0.7 | 0.29 |
| Hex | 16 | 7F | 72 | 53 | 0 | A | 32 | AD | 46 | 1D |
| Octal | 26 | 177 | 162 | 123 | 0 | 12 | 62 | 255 | 106 | 35 |
| Binary | 10110 | 1111111 | 1110010 | 1010011 | 0 | 1010 | 110010 | 10101101 | 1000110 | 11101 |
Color Harmonies of #167F72
Complementary color
Monochromatic Colors of #167F72
Black with #167F72
Text Example
Text Example
White with #167F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167F72; }
p { color: rgb(22,127,114); }
H1.HeaderClassName
{
color: #167F72;
}
.AnyTagClassName
{
color: #167F72;
}
</style>
background-color css
<style>
a { background-color: #167F72; }
a { background-color: rgb(22,127,114); }
div.DivClassName
{
background-color: #167F72;
}
.BgClassName
{
background-color: #167F72;
}
</style>
border-color css
<style>
span { border-color: #167F72; }
span { border-color: rgb(22,127,114); }
td.TdClassName
{
border-color: #167F72;
}
.TagClassName
{
border-color: #167F72;
}
</style>