Shades of Pelorous #16A2B1
Tints of Pelorous #16A2B1
RGB
CMYK
RGB Variations
Color information
#16A2B1 (or 0x16A2B1) is known color: Pelorous. HEX triplet: 16, A2 and B1. RGB value is (22,162,177). Sum of RGB (Red+Green+Blue) = 22+162+177=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #16A2B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A2B1 is #E95D4E. Grayscale: #797979. Windows color (decimal): -15293775 or 11641366. OLE color: 11641366.
HSL color Cylindrical-coordinate representation of color #16A2B1: hue angle of 185.81º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A2B1 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 162 | 177 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.31 |
| HSL | 185.81º | 0.78% | 0.39% | - |
| HSV(B) | 185.81º | 0.88% | 0.69% | - |
| XYZ | 21.19 | 29.19 | 46.11 | - |
| YUV | 121.85 | 159.12 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 177 | 0.88 | 0.08 | 0 | 0.31 | 185.81 | 0.78 | 0.39 |
| Hex | 16 | A2 | B1 | 58 | 8 | 0 | 1F | BA | 4E | 27 |
| Octal | 26 | 242 | 261 | 130 | 10 | 0 | 37 | 272 | 116 | 47 |
| Binary | 10110 | 10100010 | 10110001 | 1011000 | 1000 | 0 | 11111 | 10111010 | 1001110 | 100111 |
Color Harmonies of #16A2B1
Complementary color
Monochromatic Colors of #16A2B1
Black with #16A2B1
Text Example
Text Example
White with #16A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A2B1; }
p { color: rgb(22,162,177); }
H1.HeaderClassName
{
color: #16A2B1;
}
.AnyTagClassName
{
color: #16A2B1;
}
</style>
background-color css
<style>
a { background-color: #16A2B1; }
a { background-color: rgb(22,162,177); }
div.DivClassName
{
background-color: #16A2B1;
}
.BgClassName
{
background-color: #16A2B1;
}
</style>
border-color css
<style>
span { border-color: #16A2B1; }
span { border-color: rgb(22,162,177); }
td.TdClassName
{
border-color: #16A2B1;
}
.TagClassName
{
border-color: #16A2B1;
}
</style>