Shades of Deep Sea #168565
Tints of Deep Sea #168565
RGB
CMYK
RGB Variations
Color information
#168565 (or 0x168565) is known color: Deep Sea. HEX triplet: 16, 85 and 65. RGB value is (22,133,101). Sum of RGB (Red+Green+Blue) = 22+133+101=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #168565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168565 is #E97A9A. Grayscale: #606060. Windows color (decimal): -15301275 or 6653206. OLE color: 6653206.
HSL color Cylindrical-coordinate representation of color #168565: hue angle of 162.7º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168565 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 101 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.48 |
| HSL | 162.7º | 0.72% | 0.3% | - |
| HSV(B) | 162.7º | 0.83% | 0.52% | - |
| XYZ | 11.07 | 17.89 | 15.18 | - |
| YUV | 96.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 101 | 0.83 | 0 | 0.24 | 0.48 | 162.7 | 0.72 | 0.3 |
| Hex | 16 | 85 | 65 | 53 | 0 | 18 | 30 | A3 | 48 | 1E |
| Octal | 26 | 205 | 145 | 123 | 0 | 30 | 60 | 243 | 110 | 36 |
| Binary | 10110 | 10000101 | 1100101 | 1010011 | 0 | 11000 | 110000 | 10100011 | 1001000 | 11110 |
Color Harmonies of #168565
Complementary color
Monochromatic Colors of #168565
Black with #168565
Text Example
Text Example
White with #168565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168565; }
p { color: rgb(22,133,101); }
H1.HeaderClassName
{
color: #168565;
}
.AnyTagClassName
{
color: #168565;
}
</style>
background-color css
<style>
a { background-color: #168565; }
a { background-color: rgb(22,133,101); }
div.DivClassName
{
background-color: #168565;
}
.BgClassName
{
background-color: #168565;
}
</style>
border-color css
<style>
span { border-color: #168565; }
span { border-color: rgb(22,133,101); }
td.TdClassName
{
border-color: #168565;
}
.TagClassName
{
border-color: #168565;
}
</style>