#AAC5BE

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

Shades of Opal #AAC5BE

Tints of Opal #AAC5BE

Color information

#AAC5BE (or 0xAAC5BE) is unknown color: approx Opal. HEX triplet: AA, C5 and BE. RGB value is (170,197,190). Sum of RGB (Red+Green+Blue) = 170+197+190=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BE is #553A41. Grayscale: #BCBCBC. Windows color (decimal): -5585474 or 12502442. OLE color: 12502442.

HSL color Cylindrical-coordinate representation of color #AAC5BE: hue angle of 164.44º 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 #AAC5BE is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB170197190-
CMYK0.1400.040.23
HSL164.44º18.88%71.96%-
HSV(B)164.44º13.71%77.25%-
XYZ45.8452.256.37-
YUV188.13129.05115.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=30.52%
G=35.37%
B=34.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971900.1400.040.23164.4418.8871.96
HexAAC5BEE0417a41348
Octal25230527616042724423110
Binary101010101100010110111110111001001011110100100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5BE; }

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

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

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

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

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

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

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

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