Shades of Deep Sea #167E68
Tints of Deep Sea #167E68
RGB
CMYK
RGB Variations
Color information
#167E68 (or 0x167E68) is known color: Deep Sea. HEX triplet: 16, 7E and 68. RGB value is (22,126,104). Sum of RGB (Red+Green+Blue) = 22+126+104=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #167E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167E68 is #E98197. Grayscale: #5C5C5C. Windows color (decimal): -15303064 or 6848022. OLE color: 6848022.
HSL color Cylindrical-coordinate representation of color #167E68: hue angle of 167.31º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #167E68 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 126 | 104 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.51 |
| HSL | 167.31º | 0.7% | 0.29% | - |
| HSV(B) | 167.31º | 0.83% | 0.49% | - |
| XYZ | 10.29 | 16.09 | 15.66 | - |
| YUV | 92.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 126 | 104 | 0.83 | 0 | 0.17 | 0.51 | 167.31 | 0.7 | 0.29 |
| Hex | 16 | 7E | 68 | 53 | 0 | 11 | 33 | A7 | 46 | 1D |
| Octal | 26 | 176 | 150 | 123 | 0 | 21 | 63 | 247 | 106 | 35 |
| Binary | 10110 | 1111110 | 1101000 | 1010011 | 0 | 10001 | 110011 | 10100111 | 1000110 | 11101 |
Color Harmonies of #167E68
Complementary color
Monochromatic Colors of #167E68
Black with #167E68
Text Example
Text Example
White with #167E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167E68; }
p { color: rgb(22,126,104); }
H1.HeaderClassName
{
color: #167E68;
}
.AnyTagClassName
{
color: #167E68;
}
</style>
background-color css
<style>
a { background-color: #167E68; }
a { background-color: rgb(22,126,104); }
div.DivClassName
{
background-color: #167E68;
}
.BgClassName
{
background-color: #167E68;
}
</style>
border-color css
<style>
span { border-color: #167E68; }
span { border-color: rgb(22,126,104); }
td.TdClassName
{
border-color: #167E68;
}
.TagClassName
{
border-color: #167E68;
}
</style>