Shades of Deep Sea #168065
Tints of Deep Sea #168065
RGB
CMYK
RGB Variations
Color information
#168065 (or 0x168065) is known color: Deep Sea. HEX triplet: 16, 80 and 65. RGB value is (22,128,101). Sum of RGB (Red+Green+Blue) = 22+128+101=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #168065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168065 is #E97F9A. Grayscale: #5D5D5D. Windows color (decimal): -15302555 or 6651926. OLE color: 6651926.
HSL color Cylindrical-coordinate representation of color #168065: hue angle of 164.72º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168065 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 128 | 101 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.50 |
| HSL | 164.72º | 0.71% | 0.29% | - |
| HSV(B) | 164.72º | 0.83% | 0.5% | - |
| XYZ | 10.4 | 16.55 | 14.96 | - |
| YUV | 93.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 101 | 0.83 | 0 | 0.21 | 0.50 | 164.72 | 0.71 | 0.29 |
| Hex | 16 | 80 | 65 | 53 | 0 | 15 | 32 | A5 | 47 | 1D |
| Octal | 26 | 200 | 145 | 123 | 0 | 25 | 62 | 245 | 107 | 35 |
| Binary | 10110 | 10000000 | 1100101 | 1010011 | 0 | 10101 | 110010 | 10100101 | 1000111 | 11101 |
Color Harmonies of #168065
Complementary color
Monochromatic Colors of #168065
Black with #168065
Text Example
Text Example
White with #168065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168065; }
p { color: rgb(22,128,101); }
H1.HeaderClassName
{
color: #168065;
}
.AnyTagClassName
{
color: #168065;
}
</style>
background-color css
<style>
a { background-color: #168065; }
a { background-color: rgb(22,128,101); }
div.DivClassName
{
background-color: #168065;
}
.BgClassName
{
background-color: #168065;
}
</style>
border-color css
<style>
span { border-color: #168065; }
span { border-color: rgb(22,128,101); }
td.TdClassName
{
border-color: #168065;
}
.TagClassName
{
border-color: #168065;
}
</style>