Shades of Deep Sea #168366
Tints of Deep Sea #168366
RGB
CMYK
RGB Variations
Color information
#168366 (or 0x168366) is known color: Deep Sea. HEX triplet: 16, 83 and 66. RGB value is (22,131,102). Sum of RGB (Red+Green+Blue) = 22+131+102=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #168366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168366 is #E97C99. Grayscale: #5F5F5F. Windows color (decimal): -15301786 or 6718230. OLE color: 6718230.
HSL color Cylindrical-coordinate representation of color #168366: hue angle of 164.04º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168366 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 102 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.49 |
| HSL | 164.04º | 0.71% | 0.3% | - |
| HSV(B) | 164.04º | 0.83% | 0.51% | - |
| XYZ | 10.85 | 17.36 | 15.35 | - |
| YUV | 95.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 102 | 0.83 | 0 | 0.22 | 0.49 | 164.04 | 0.71 | 0.3 |
| Hex | 16 | 83 | 66 | 53 | 0 | 16 | 31 | A4 | 47 | 1E |
| Octal | 26 | 203 | 146 | 123 | 0 | 26 | 61 | 244 | 107 | 36 |
| Binary | 10110 | 10000011 | 1100110 | 1010011 | 0 | 10110 | 110001 | 10100100 | 1000111 | 11110 |
Color Harmonies of #168366
Complementary color
Monochromatic Colors of #168366
Black with #168366
Text Example
Text Example
White with #168366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168366; }
p { color: rgb(22,131,102); }
H1.HeaderClassName
{
color: #168366;
}
.AnyTagClassName
{
color: #168366;
}
</style>
background-color css
<style>
a { background-color: #168366; }
a { background-color: rgb(22,131,102); }
div.DivClassName
{
background-color: #168366;
}
.BgClassName
{
background-color: #168366;
}
</style>
border-color css
<style>
span { border-color: #168366; }
span { border-color: rgb(22,131,102); }
td.TdClassName
{
border-color: #168366;
}
.TagClassName
{
border-color: #168366;
}
</style>