#11a2ae

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

Shades of Pelorous #11A2AE

Tints of Pelorous #11A2AE

Color information

#11A2AE (or 0x11A2AE) is unknown color: approx Pelorous. HEX triplet: 11, A2 and AE. RGB value is (17,162,174). Sum of RGB (Red+Green+Blue) = 17+162+174=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #11A2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A2AE is #EE5D51. Grayscale: #777777. Windows color (decimal): -15621458 or 11444753. OLE color: 11444753.

HSL color Cylindrical-coordinate representation of color #11A2AE: hue angle of 184.59º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A2AE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17162174-
CMYK0.900.0700.32
HSL184.59º82.2%37.45%-
HSV(B)184.59º90.23%68.24%-
XYZ20.7929.0244.55-
YUV120.01158.4654.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.82%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=4.82%
G=45.89%
B=49.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171621740.900.0700.32184.5982.237.45
Hex11A2AE5A7020b95225
Octal21242256132704027112245
Binary10001101000101010111010110101110100000101110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11a2ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11a2ae; }

 p { color: rgb(17,162,174); }

 H1.HeaderClassName
 {
   color: #11a2ae;
 }
 .AnyTagClassName
 {
   color: #11a2ae;
 }
</style>
background-color css

<style>
 a { background-color: #11a2ae; }

 a { background-color: rgb(17,162,174); }

 div.DivClassName
 {
   background-color: #11a2ae;
 }
 .BgClassName
 {
   background-color: #11a2ae;
 }
</style>
border-color css

<style>
 span { border-color: #11a2ae; }

 span { border-color: rgb(17,162,174); }

 td.TdClassName
 {
   border-color: #11a2ae;
 }
 .TagClassName
 {
   border-color: #11a2ae;
 }
</style>