#AAC5BC

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

Shades of Opal #AAC5BC

Tints of Opal #AAC5BC

Color information

#AAC5BC (or 0xAAC5BC) is unknown color: approx Opal. HEX triplet: AA, C5 and BC. RGB value is (170,197,188). Sum of RGB (Red+Green+Blue) = 170+197+188=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BC is #553A43. Grayscale: #BBBBBB. Windows color (decimal): -5585476 or 12371370. OLE color: 12371370.

HSL color Cylindrical-coordinate representation of color #AAC5BC: hue angle of 160º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5BC is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB170197188-
CMYK0.1400.050.23
HSL160º18.88%71.96%-
HSV(B)160º13.71%77.25%-
XYZ45.6252.1155.23-
YUV187.9128.05115.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=30.63%
G=35.50%
B=33.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971880.1400.050.2316018.8871.96
HexAAC5BCE0517a01348
Octal25230527416052724023110
Binary101010101100010110111100111001011011110100000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5BC; }

 p { color: rgb(170,197,188); }

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

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

 a { background-color: rgb(170,197,188); }

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

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

 span { border-color: rgb(170,197,188); }

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