Shades of Pelorous #11A1AB
Tints of Pelorous #11A1AB
RGB
CMYK
RGB Variations
Color information
#11A1AB (or 0x11A1AB) is known color: Pelorous. HEX triplet: 11, A1 and AB. RGB value is (17,161,171). Sum of RGB (Red+Green+Blue) = 17+161+171=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #11A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A1AB is #EE5E54. Grayscale: #767676. Windows color (decimal): -15621717 or 11247889. OLE color: 11247889.
HSL color Cylindrical-coordinate representation of color #11A1AB: hue angle of 183.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A1AB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 161 | 171 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.33 |
| HSL | 183.9º | 0.82% | 0.37% | - |
| HSV(B) | 183.9º | 0.9% | 0.67% | - |
| XYZ | 20.33 | 28.55 | 42.97 | - |
| YUV | 119.08 | 157.29 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 171 | 0.90 | 0.06 | 0 | 0.33 | 183.9 | 0.82 | 0.37 |
| Hex | 11 | A1 | AB | 5A | 6 | 0 | 21 | B8 | 52 | 25 |
| Octal | 21 | 241 | 253 | 132 | 6 | 0 | 41 | 270 | 122 | 45 |
| Binary | 10001 | 10100001 | 10101011 | 1011010 | 110 | 0 | 100001 | 10111000 | 1010010 | 100101 |
Color Harmonies of #11A1AB
Complementary color
Monochromatic Colors of #11A1AB
Black with #11A1AB
Text Example
Text Example
White with #11A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A1AB; }
p { color: rgb(17,161,171); }
H1.HeaderClassName
{
color: #11A1AB;
}
.AnyTagClassName
{
color: #11A1AB;
}
</style>
background-color css
<style>
a { background-color: #11A1AB; }
a { background-color: rgb(17,161,171); }
div.DivClassName
{
background-color: #11A1AB;
}
.BgClassName
{
background-color: #11A1AB;
}
</style>
border-color css
<style>
span { border-color: #11A1AB; }
span { border-color: rgb(17,161,171); }
td.TdClassName
{
border-color: #11A1AB;
}
.TagClassName
{
border-color: #11A1AB;
}
</style>