Shades of Deep Sea #167B5C
Tints of Deep Sea #167B5C
RGB
CMYK
RGB Variations
Color information
#167B5C (or 0x167B5C) is known color: Deep Sea. HEX triplet: 16, 7B and 5C. RGB value is (22,123,92). Sum of RGB (Red+Green+Blue) = 22+123+92=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #167B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167B5C is #E984A3. Grayscale: #595959. Windows color (decimal): -15303844 or 6060822. OLE color: 6060822.
HSL color Cylindrical-coordinate representation of color #167B5C: hue angle of 161.58º degrees, saturation: 0.7, 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 #167B5C is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 123 | 92 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.52 |
| HSL | 161.58º | 0.7% | 0.28% | - |
| HSV(B) | 161.58º | 0.82% | 0.48% | - |
| XYZ | 9.35 | 15.11 | 12.55 | - |
| YUV | 89.27 | 129.54 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 92 | 0.82 | 0 | 0.25 | 0.52 | 161.58 | 0.7 | 0.28 |
| Hex | 16 | 7B | 5C | 52 | 0 | 19 | 34 | A2 | 46 | 1C |
| Octal | 26 | 173 | 134 | 122 | 0 | 31 | 64 | 242 | 106 | 34 |
| Binary | 10110 | 1111011 | 1011100 | 1010010 | 0 | 11001 | 110100 | 10100010 | 1000110 | 11100 |
Color Harmonies of #167B5C
Complementary color
Monochromatic Colors of #167B5C
Black with #167B5C
Text Example
Text Example
White with #167B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B5C; }
p { color: rgb(22,123,92); }
H1.HeaderClassName
{
color: #167B5C;
}
.AnyTagClassName
{
color: #167B5C;
}
</style>
background-color css
<style>
a { background-color: #167B5C; }
a { background-color: rgb(22,123,92); }
div.DivClassName
{
background-color: #167B5C;
}
.BgClassName
{
background-color: #167B5C;
}
</style>
border-color css
<style>
span { border-color: #167B5C; }
span { border-color: rgb(22,123,92); }
td.TdClassName
{
border-color: #167B5C;
}
.TagClassName
{
border-color: #167B5C;
}
</style>