Shades of Pelorous #11A0AC
Tints of Pelorous #11A0AC
RGB
CMYK
RGB Variations
Color information
#11A0AC (or 0x11A0AC) is known color: Pelorous. HEX triplet: 11, A0 and AC. RGB value is (17,160,172). Sum of RGB (Red+Green+Blue) = 17+160+172=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #11A0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A0AC is #EE5F53. Grayscale: #767676. Windows color (decimal): -15621972 or 11313169. OLE color: 11313169.
HSL color Cylindrical-coordinate representation of color #11A0AC: hue angle of 184.65º 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 #11A0AC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 160 | 172 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.33 |
| HSL | 184.65º | 0.82% | 0.37% | - |
| HSV(B) | 184.65º | 0.9% | 0.67% | - |
| XYZ | 20.25 | 28.24 | 43.41 | - |
| YUV | 118.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 172 | 0.90 | 0.07 | 0 | 0.33 | 184.65 | 0.82 | 0.37 |
| Hex | 11 | A0 | AC | 5A | 7 | 0 | 21 | B9 | 52 | 25 |
| Octal | 21 | 240 | 254 | 132 | 7 | 0 | 41 | 271 | 122 | 45 |
| Binary | 10001 | 10100000 | 10101100 | 1011010 | 111 | 0 | 100001 | 10111001 | 1010010 | 100101 |
Color Harmonies of #11A0AC
Complementary color
Monochromatic Colors of #11A0AC
Black with #11A0AC
Text Example
Text Example
White with #11A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A0AC; }
p { color: rgb(17,160,172); }
H1.HeaderClassName
{
color: #11A0AC;
}
.AnyTagClassName
{
color: #11A0AC;
}
</style>
background-color css
<style>
a { background-color: #11A0AC; }
a { background-color: rgb(17,160,172); }
div.DivClassName
{
background-color: #11A0AC;
}
.BgClassName
{
background-color: #11A0AC;
}
</style>
border-color css
<style>
span { border-color: #11A0AC; }
span { border-color: rgb(17,160,172); }
td.TdClassName
{
border-color: #11A0AC;
}
.TagClassName
{
border-color: #11A0AC;
}
</style>