#AAC2BF

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

Shades of Opal #AAC2BF

Tints of Opal #AAC2BF

Color information

#AAC2BF (or 0xAAC2BF) is unknown color: approx Opal. HEX triplet: AA, C2 and BF. RGB value is (170,194,191). Sum of RGB (Red+Green+Blue) = 170+194+191=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2BF is #553D40. Grayscale: #BABABA. Windows color (decimal): -5586241 or 12567210. OLE color: 12567210.

HSL color Cylindrical-coordinate representation of color #AAC2BF: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2BF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB170194191-
CMYK0.1200.020.24
HSL172.5º16.44%71.37%-
HSV(B)172.5º12.37%76.08%-
XYZ45.2750.8956.73-
YUV186.48130.55116.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 34.41%
R=30.63%
G=34.95%
B=34.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941910.1200.020.24172.516.4471.37
HexAAC2BFC0218ac1047
Octal25230227714023025420107
Binary10101010110000101011111111000101100010101100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2BF; }

 p { color: rgb(170,194,191); }

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

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

 a { background-color: rgb(170,194,191); }

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

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

 span { border-color: rgb(170,194,191); }

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