Shades of Deep Sea #168365
Tints of Deep Sea #168365
RGB
CMYK
RGB Variations
Color information
#168365 (or 0x168365) is known color: Deep Sea. HEX triplet: 16, 83 and 65. RGB value is (22,131,101). Sum of RGB (Red+Green+Blue) = 22+131+101=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #168365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168365 is #E97C9A. Grayscale: #5E5E5E. Windows color (decimal): -15301787 or 6652694. OLE color: 6652694.
HSL color Cylindrical-coordinate representation of color #168365: hue angle of 163.49º 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 #168365 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 101 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.49 |
| HSL | 163.49º | 0.71% | 0.3% | - |
| HSV(B) | 163.49º | 0.83% | 0.51% | - |
| XYZ | 10.8 | 17.34 | 15.09 | - |
| YUV | 94.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 101 | 0.83 | 0 | 0.23 | 0.49 | 163.49 | 0.71 | 0.3 |
| Hex | 16 | 83 | 65 | 53 | 0 | 17 | 31 | A3 | 47 | 1E |
| Octal | 26 | 203 | 145 | 123 | 0 | 27 | 61 | 243 | 107 | 36 |
| Binary | 10110 | 10000011 | 1100101 | 1010011 | 0 | 10111 | 110001 | 10100011 | 1000111 | 11110 |
Color Harmonies of #168365
Complementary color
Monochromatic Colors of #168365
Black with #168365
Text Example
Text Example
White with #168365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168365; }
p { color: rgb(22,131,101); }
H1.HeaderClassName
{
color: #168365;
}
.AnyTagClassName
{
color: #168365;
}
</style>
background-color css
<style>
a { background-color: #168365; }
a { background-color: rgb(22,131,101); }
div.DivClassName
{
background-color: #168365;
}
.BgClassName
{
background-color: #168365;
}
</style>
border-color css
<style>
span { border-color: #168365; }
span { border-color: rgb(22,131,101); }
td.TdClassName
{
border-color: #168365;
}
.TagClassName
{
border-color: #168365;
}
</style>