Shades of Deep Sea #168563
Tints of Deep Sea #168563
RGB
CMYK
RGB Variations
Color information
#168563 (or 0x168563) is known color: Deep Sea. HEX triplet: 16, 85 and 63. RGB value is (22,133,99). Sum of RGB (Red+Green+Blue) = 22+133+99=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #168563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168563 is #E97A9C. Grayscale: #5F5F5F. Windows color (decimal): -15301277 or 6522134. OLE color: 6522134.
HSL color Cylindrical-coordinate representation of color #168563: hue angle of 161.62º 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 #168563 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 99 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.48 |
| HSL | 161.62º | 0.72% | 0.3% | - |
| HSV(B) | 161.62º | 0.83% | 0.52% | - |
| XYZ | 10.97 | 17.85 | 14.67 | - |
| YUV | 95.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 99 | 0.83 | 0 | 0.26 | 0.48 | 161.62 | 0.72 | 0.3 |
| Hex | 16 | 85 | 63 | 53 | 0 | 1A | 30 | A2 | 48 | 1E |
| Octal | 26 | 205 | 143 | 123 | 0 | 32 | 60 | 242 | 110 | 36 |
| Binary | 10110 | 10000101 | 1100011 | 1010011 | 0 | 11010 | 110000 | 10100010 | 1001000 | 11110 |
Color Harmonies of #168563
Complementary color
Monochromatic Colors of #168563
Black with #168563
Text Example
Text Example
White with #168563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168563; }
p { color: rgb(22,133,99); }
H1.HeaderClassName
{
color: #168563;
}
.AnyTagClassName
{
color: #168563;
}
</style>
background-color css
<style>
a { background-color: #168563; }
a { background-color: rgb(22,133,99); }
div.DivClassName
{
background-color: #168563;
}
.BgClassName
{
background-color: #168563;
}
</style>
border-color css
<style>
span { border-color: #168563; }
span { border-color: rgb(22,133,99); }
td.TdClassName
{
border-color: #168563;
}
.TagClassName
{
border-color: #168563;
}
</style>