#AAC5BF

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

Shades of Opal #AAC5BF

Tints of Opal #AAC5BF

Color information

#AAC5BF (or 0xAAC5BF) is unknown color: approx Opal. HEX triplet: AA, C5 and BF. RGB value is (170,197,191). Sum of RGB (Red+Green+Blue) = 170+197+191=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5BF is #553A40. Grayscale: #BCBCBC. Windows color (decimal): -5585473 or 12567978. OLE color: 12567978.

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

Color convert

RGB170197191-
CMYK0.1400.030.23
HSL166.67º18.88%71.96%-
HSV(B)166.67º13.71%77.25%-
XYZ45.9552.2456.95-
YUV188.24129.55114.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 191 (75% from 255) = 34.23%
R=30.47%
G=35.30%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971910.1400.030.23166.6718.8871.96
HexAAC5BFE0317a71348
Octal25230527716032724723110
Binary10101010110001011011111111100111011110100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5BF; }

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

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

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

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

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

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

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

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