#AAC1BE

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

Shades of Opal #AAC1BE

Tints of Opal #AAC1BE

Color information

#AAC1BE (or 0xAAC1BE) is unknown color: approx Opal. HEX triplet: AA, C1 and BE. RGB value is (170,193,190). Sum of RGB (Red+Green+Blue) = 170+193+190=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BE is #553E41. Grayscale: #B9B9B9. Windows color (decimal): -5586498 or 12501418. OLE color: 12501418.

HSL color Cylindrical-coordinate representation of color #AAC1BE: hue angle of 172.17º 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 #AAC1BE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB170193190-
CMYK0.1200.020.24
HSL172.17º15.65%71.18%-
HSV(B)172.17º11.92%75.69%-
XYZ44.9450.456.08-
YUV185.78130.38116.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=30.74%
G=34.90%
B=34.36%

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
Decimal1701931900.1200.020.24172.1715.6571.18
HexAAC1BEC0218ac1047
Octal25230127614023025420107
Binary10101010110000011011111011000101100010101100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1BE; }

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

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

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

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

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

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

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

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