Shades of Deep Sea #167D73
Tints of Deep Sea #167D73
RGB
CMYK
RGB Variations
Color information
#167D73 (or 0x167D73) is known color: Deep Sea. HEX triplet: 16, 7D and 73. RGB value is (22,125,115). Sum of RGB (Red+Green+Blue) = 22+125+115=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #167D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167D73 is #E9828C. Grayscale: #5D5D5D. Windows color (decimal): -15303309 or 7568662. OLE color: 7568662.
HSL color Cylindrical-coordinate representation of color #167D73: hue angle of 174.17º 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 #167D73 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 125 | 115 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.51 |
| HSL | 174.17º | 0.7% | 0.29% | - |
| HSV(B) | 174.17º | 0.82% | 0.49% | - |
| XYZ | 10.76 | 16.08 | 18.76 | - |
| YUV | 93.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 125 | 115 | 0.82 | 0 | 0.08 | 0.51 | 174.17 | 0.7 | 0.29 |
| Hex | 16 | 7D | 73 | 52 | 0 | 8 | 33 | AE | 46 | 1D |
| Octal | 26 | 175 | 163 | 122 | 0 | 10 | 63 | 256 | 106 | 35 |
| Binary | 10110 | 1111101 | 1110011 | 1010010 | 0 | 1000 | 110011 | 10101110 | 1000110 | 11101 |
Color Harmonies of #167D73
Complementary color
Monochromatic Colors of #167D73
Black with #167D73
Text Example
Text Example
White with #167D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167D73; }
p { color: rgb(22,125,115); }
H1.HeaderClassName
{
color: #167D73;
}
.AnyTagClassName
{
color: #167D73;
}
</style>
background-color css
<style>
a { background-color: #167D73; }
a { background-color: rgb(22,125,115); }
div.DivClassName
{
background-color: #167D73;
}
.BgClassName
{
background-color: #167D73;
}
</style>
border-color css
<style>
span { border-color: #167D73; }
span { border-color: rgb(22,125,115); }
td.TdClassName
{
border-color: #167D73;
}
.TagClassName
{
border-color: #167D73;
}
</style>