Shades of Deep Sea #167C72
Tints of Deep Sea #167C72
RGB
CMYK
RGB Variations
Color information
#167C72 (or 0x167C72) is known color: Deep Sea. HEX triplet: 16, 7C and 72. RGB value is (22,124,114). Sum of RGB (Red+Green+Blue) = 22+124+114=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #167C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C72 is #E9838D. Grayscale: #5C5C5C. Windows color (decimal): -15303566 or 7502870. OLE color: 7502870.
HSL color Cylindrical-coordinate representation of color #167C72: hue angle of 174.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C72 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 114 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.51 |
| HSL | 174.12º | 0.7% | 0.29% | - |
| HSV(B) | 174.12º | 0.82% | 0.49% | - |
| XYZ | 10.58 | 15.8 | 18.41 | - |
| YUV | 92.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 114 | 0.82 | 0 | 0.08 | 0.51 | 174.12 | 0.7 | 0.29 |
| Hex | 16 | 7C | 72 | 52 | 0 | 8 | 33 | AE | 46 | 1D |
| Octal | 26 | 174 | 162 | 122 | 0 | 10 | 63 | 256 | 106 | 35 |
| Binary | 10110 | 1111100 | 1110010 | 1010010 | 0 | 1000 | 110011 | 10101110 | 1000110 | 11101 |
Color Harmonies of #167C72
Complementary color
Monochromatic Colors of #167C72
Black with #167C72
Text Example
Text Example
White with #167C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C72; }
p { color: rgb(22,124,114); }
H1.HeaderClassName
{
color: #167C72;
}
.AnyTagClassName
{
color: #167C72;
}
</style>
background-color css
<style>
a { background-color: #167C72; }
a { background-color: rgb(22,124,114); }
div.DivClassName
{
background-color: #167C72;
}
.BgClassName
{
background-color: #167C72;
}
</style>
border-color css
<style>
span { border-color: #167C72; }
span { border-color: rgb(22,124,114); }
td.TdClassName
{
border-color: #167C72;
}
.TagClassName
{
border-color: #167C72;
}
</style>