Shades of Deep Sea #167A6B
Tints of Deep Sea #167A6B
RGB
CMYK
RGB Variations
Color information
#167A6B (or 0x167A6B) is known color: Deep Sea. HEX triplet: 16, 7A and 6B. RGB value is (22,122,107). Sum of RGB (Red+Green+Blue) = 22+122+107=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #167A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167A6B is #E98594. Grayscale: #5A5A5A. Windows color (decimal): -15304085 or 7043606. OLE color: 7043606.
HSL color Cylindrical-coordinate representation of color #167A6B: hue angle of 171º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167A6B is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 122 | 107 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.52 |
| HSL | 171º | 0.69% | 0.28% | - |
| HSV(B) | 171º | 0.82% | 0.48% | - |
| XYZ | 9.94 | 15.15 | 16.31 | - |
| YUV | 90.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 122 | 107 | 0.82 | 0 | 0.12 | 0.52 | 171 | 0.69 | 0.28 |
| Hex | 16 | 7A | 6B | 52 | 0 | C | 34 | AB | 45 | 1C |
| Octal | 26 | 172 | 153 | 122 | 0 | 14 | 64 | 253 | 105 | 34 |
| Binary | 10110 | 1111010 | 1101011 | 1010010 | 0 | 1100 | 110100 | 10101011 | 1000101 | 11100 |
Color Harmonies of #167A6B
Complementary color
Monochromatic Colors of #167A6B
Black with #167A6B
Text Example
Text Example
White with #167A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167A6B; }
p { color: rgb(22,122,107); }
H1.HeaderClassName
{
color: #167A6B;
}
.AnyTagClassName
{
color: #167A6B;
}
</style>
background-color css
<style>
a { background-color: #167A6B; }
a { background-color: rgb(22,122,107); }
div.DivClassName
{
background-color: #167A6B;
}
.BgClassName
{
background-color: #167A6B;
}
</style>
border-color css
<style>
span { border-color: #167A6B; }
span { border-color: rgb(22,122,107); }
td.TdClassName
{
border-color: #167A6B;
}
.TagClassName
{
border-color: #167A6B;
}
</style>