Shades of Pelorous #16A0AB
Tints of Pelorous #16A0AB
RGB
CMYK
RGB Variations
Color information
#16A0AB (or 0x16A0AB) is known color: Pelorous. HEX triplet: 16, A0 and AB. RGB value is (22,160,171). Sum of RGB (Red+Green+Blue) = 22+160+171=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #16A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A0AB is #E95F54. Grayscale: #777777. Windows color (decimal): -15294293 or 11247638. OLE color: 11247638.
HSL color Cylindrical-coordinate representation of color #16A0AB: hue angle of 184.43º 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 #16A0AB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 160 | 171 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.33 |
| HSL | 184.43º | 0.77% | 0.38% | - |
| HSV(B) | 184.43º | 0.87% | 0.67% | - |
| XYZ | 20.25 | 28.25 | 42.91 | - |
| YUV | 119.99 | 156.78 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 171 | 0.87 | 0.06 | 0 | 0.33 | 184.43 | 0.77 | 0.38 |
| Hex | 16 | A0 | AB | 57 | 6 | 0 | 21 | B8 | 4D | 26 |
| Octal | 26 | 240 | 253 | 127 | 6 | 0 | 41 | 270 | 115 | 46 |
| Binary | 10110 | 10100000 | 10101011 | 1010111 | 110 | 0 | 100001 | 10111000 | 1001101 | 100110 |
Color Harmonies of #16A0AB
Complementary color
Monochromatic Colors of #16A0AB
Black with #16A0AB
Text Example
Text Example
White with #16A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A0AB; }
p { color: rgb(22,160,171); }
H1.HeaderClassName
{
color: #16A0AB;
}
.AnyTagClassName
{
color: #16A0AB;
}
</style>
background-color css
<style>
a { background-color: #16A0AB; }
a { background-color: rgb(22,160,171); }
div.DivClassName
{
background-color: #16A0AB;
}
.BgClassName
{
background-color: #16A0AB;
}
</style>
border-color css
<style>
span { border-color: #16A0AB; }
span { border-color: rgb(22,160,171); }
td.TdClassName
{
border-color: #16A0AB;
}
.TagClassName
{
border-color: #16A0AB;
}
</style>