Shades of Deep Sea #167C68
Tints of Deep Sea #167C68
RGB
CMYK
RGB Variations
Color information
#167C68 (or 0x167C68) is known color: Deep Sea. HEX triplet: 16, 7C and 68. RGB value is (22,124,104). Sum of RGB (Red+Green+Blue) = 22+124+104=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #167C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C68 is #E98397. Grayscale: #5B5B5B. Windows color (decimal): -15303576 or 6847510. OLE color: 6847510.
HSL color Cylindrical-coordinate representation of color #167C68: hue angle of 168.24º 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 #167C68 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 104 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.51 |
| HSL | 168.24º | 0.7% | 0.29% | - |
| HSV(B) | 168.24º | 0.82% | 0.49% | - |
| XYZ | 10.04 | 15.59 | 15.58 | - |
| YUV | 91.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 104 | 0.82 | 0 | 0.16 | 0.51 | 168.24 | 0.7 | 0.29 |
| Hex | 16 | 7C | 68 | 52 | 0 | 10 | 33 | A8 | 46 | 1D |
| Octal | 26 | 174 | 150 | 122 | 0 | 20 | 63 | 250 | 106 | 35 |
| Binary | 10110 | 1111100 | 1101000 | 1010010 | 0 | 10000 | 110011 | 10101000 | 1000110 | 11101 |
Color Harmonies of #167C68
Complementary color
Monochromatic Colors of #167C68
Black with #167C68
Text Example
Text Example
White with #167C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C68; }
p { color: rgb(22,124,104); }
H1.HeaderClassName
{
color: #167C68;
}
.AnyTagClassName
{
color: #167C68;
}
</style>
background-color css
<style>
a { background-color: #167C68; }
a { background-color: rgb(22,124,104); }
div.DivClassName
{
background-color: #167C68;
}
.BgClassName
{
background-color: #167C68;
}
</style>
border-color css
<style>
span { border-color: #167C68; }
span { border-color: rgb(22,124,104); }
td.TdClassName
{
border-color: #167C68;
}
.TagClassName
{
border-color: #167C68;
}
</style>