#11A0AC

Color #11A0AC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #11A0AC

Tints of Pelorous #11A0AC

Color information

#11A0AC (or 0x11A0AC) is unknown color: approx 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

RGB17160172-
CMYK0.900.0700.33
HSL184.65º82.01%37.06%-
HSV(B)184.65º90.12%67.45%-
XYZ20.2528.2443.41-
YUV118.61158.1255.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.87%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=4.87%
G=45.85%
B=49.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171601720.900.0700.33184.6582.0137.06
Hex11A0AC5A7021b95225
Octal21240254132704127112245
Binary10001101000001010110010110101110100001101110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>