Shades of Pelorous #168EAC
Tints of Pelorous #168EAC
RGB
CMYK
RGB Variations
Color information
#168EAC (or 0x168EAC) is known color: Pelorous. HEX triplet: 16, 8E and AC. RGB value is (22,142,172). Sum of RGB (Red+Green+Blue) = 22+142+172=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #168EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168EAC is #E97153. Grayscale: #6D6D6D. Windows color (decimal): -15298900 or 11308566. OLE color: 11308566.
HSL color Cylindrical-coordinate representation of color #168EAC: hue angle of 192º 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 #168EAC is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 142 | 172 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.33 |
| HSL | 192º | 0.77% | 0.38% | - |
| HSV(B) | 192º | 0.87% | 0.67% | - |
| XYZ | 17.45 | 22.5 | 42.45 | - |
| YUV | 109.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 172 | 0.87 | 0.17 | 0 | 0.33 | 192 | 0.77 | 0.38 |
| Hex | 16 | 8E | AC | 57 | 11 | 0 | 21 | C0 | 4D | 26 |
| Octal | 26 | 216 | 254 | 127 | 21 | 0 | 41 | 300 | 115 | 46 |
| Binary | 10110 | 10001110 | 10101100 | 1010111 | 10001 | 0 | 100001 | 11000000 | 1001101 | 100110 |
Color Harmonies of #168EAC
Complementary color
Monochromatic Colors of #168EAC
Black with #168EAC
Text Example
Text Example
White with #168EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EAC; }
p { color: rgb(22,142,172); }
H1.HeaderClassName
{
color: #168EAC;
}
.AnyTagClassName
{
color: #168EAC;
}
</style>
background-color css
<style>
a { background-color: #168EAC; }
a { background-color: rgb(22,142,172); }
div.DivClassName
{
background-color: #168EAC;
}
.BgClassName
{
background-color: #168EAC;
}
</style>
border-color css
<style>
span { border-color: #168EAC; }
span { border-color: rgb(22,142,172); }
td.TdClassName
{
border-color: #168EAC;
}
.TagClassName
{
border-color: #168EAC;
}
</style>