Shades of Deep Sea #168263
Tints of Deep Sea #168263
RGB
CMYK
RGB Variations
Color information
#168263 (or 0x168263) is known color: Deep Sea. HEX triplet: 16, 82 and 63. RGB value is (22,130,99). Sum of RGB (Red+Green+Blue) = 22+130+99=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #168263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168263 is #E97D9C. Grayscale: #5E5E5E. Windows color (decimal): -15302045 or 6521366. OLE color: 6521366.
HSL color Cylindrical-coordinate representation of color #168263: hue angle of 162.78º 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 #168263 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 99 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.49 |
| HSL | 162.78º | 0.71% | 0.3% | - |
| HSV(B) | 162.78º | 0.83% | 0.51% | - |
| XYZ | 10.57 | 17.04 | 14.54 | - |
| YUV | 94.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 99 | 0.83 | 0 | 0.24 | 0.49 | 162.78 | 0.71 | 0.3 |
| Hex | 16 | 82 | 63 | 53 | 0 | 18 | 31 | A3 | 47 | 1E |
| Octal | 26 | 202 | 143 | 123 | 0 | 30 | 61 | 243 | 107 | 36 |
| Binary | 10110 | 10000010 | 1100011 | 1010011 | 0 | 11000 | 110001 | 10100011 | 1000111 | 11110 |
Color Harmonies of #168263
Complementary color
Monochromatic Colors of #168263
Black with #168263
Text Example
Text Example
White with #168263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168263; }
p { color: rgb(22,130,99); }
H1.HeaderClassName
{
color: #168263;
}
.AnyTagClassName
{
color: #168263;
}
</style>
background-color css
<style>
a { background-color: #168263; }
a { background-color: rgb(22,130,99); }
div.DivClassName
{
background-color: #168263;
}
.BgClassName
{
background-color: #168263;
}
</style>
border-color css
<style>
span { border-color: #168263; }
span { border-color: rgb(22,130,99); }
td.TdClassName
{
border-color: #168263;
}
.TagClassName
{
border-color: #168263;
}
</style>