Shades of Pelorous #168DAB
Tints of Pelorous #168DAB
RGB
CMYK
RGB Variations
Color information
#168DAB (or 0x168DAB) is known color: Pelorous. HEX triplet: 16, 8D and AB. RGB value is (22,141,171). Sum of RGB (Red+Green+Blue) = 22+141+171=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #168DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168DAB is #E97254. Grayscale: #6C6C6C. Windows color (decimal): -15299157 or 11242774. OLE color: 11242774.
HSL color Cylindrical-coordinate representation of color #168DAB: hue angle of 192.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168DAB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 141 | 171 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.33 |
| HSL | 192.08º | 0.77% | 0.38% | - |
| HSV(B) | 192.08º | 0.87% | 0.67% | - |
| XYZ | 17.21 | 22.16 | 41.9 | - |
| YUV | 108.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 171 | 0.87 | 0.18 | 0 | 0.33 | 192.08 | 0.77 | 0.38 |
| Hex | 16 | 8D | AB | 57 | 12 | 0 | 21 | C0 | 4D | 26 |
| Octal | 26 | 215 | 253 | 127 | 22 | 0 | 41 | 300 | 115 | 46 |
| Binary | 10110 | 10001101 | 10101011 | 1010111 | 10010 | 0 | 100001 | 11000000 | 1001101 | 100110 |
Color Harmonies of #168DAB
Complementary color
Monochromatic Colors of #168DAB
Black with #168DAB
Text Example
Text Example
White with #168DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DAB; }
p { color: rgb(22,141,171); }
H1.HeaderClassName
{
color: #168DAB;
}
.AnyTagClassName
{
color: #168DAB;
}
</style>
background-color css
<style>
a { background-color: #168DAB; }
a { background-color: rgb(22,141,171); }
div.DivClassName
{
background-color: #168DAB;
}
.BgClassName
{
background-color: #168DAB;
}
</style>
border-color css
<style>
span { border-color: #168DAB; }
span { border-color: rgb(22,141,171); }
td.TdClassName
{
border-color: #168DAB;
}
.TagClassName
{
border-color: #168DAB;
}
</style>