Shades of Pelorous #16A9BA
Tints of Pelorous #16A9BA
RGB
CMYK
RGB Variations
Color information
#16A9BA (or 0x16A9BA) is known color: Pelorous. HEX triplet: 16, A9 and BA. RGB value is (22,169,186). Sum of RGB (Red+Green+Blue) = 22+169+186=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #16A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A9BA is #E95645. Grayscale: #7E7E7E. Windows color (decimal): -15291974 or 12232982. OLE color: 12232982.
HSL color Cylindrical-coordinate representation of color #16A9BA: hue angle of 186.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A9BA is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 169 | 186 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.27 |
| HSL | 186.22º | 0.79% | 0.41% | - |
| HSV(B) | 186.22º | 0.88% | 0.73% | - |
| XYZ | 23.38 | 32.09 | 51.42 | - |
| YUV | 126.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 186 | 0.88 | 0.09 | 0 | 0.27 | 186.22 | 0.79 | 0.41 |
| Hex | 16 | A9 | BA | 58 | 9 | 0 | 1B | BA | 4F | 29 |
| Octal | 26 | 251 | 272 | 130 | 11 | 0 | 33 | 272 | 117 | 51 |
| Binary | 10110 | 10101001 | 10111010 | 1011000 | 1001 | 0 | 11011 | 10111010 | 1001111 | 101001 |
Color Harmonies of #16A9BA
Complementary color
Monochromatic Colors of #16A9BA
Black with #16A9BA
Text Example
Text Example
White with #16A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A9BA; }
p { color: rgb(22,169,186); }
H1.HeaderClassName
{
color: #16A9BA;
}
.AnyTagClassName
{
color: #16A9BA;
}
</style>
background-color css
<style>
a { background-color: #16A9BA; }
a { background-color: rgb(22,169,186); }
div.DivClassName
{
background-color: #16A9BA;
}
.BgClassName
{
background-color: #16A9BA;
}
</style>
border-color css
<style>
span { border-color: #16A9BA; }
span { border-color: rgb(22,169,186); }
td.TdClassName
{
border-color: #16A9BA;
}
.TagClassName
{
border-color: #16A9BA;
}
</style>