#AAC6BF

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

Shades of Opal #AAC6BF

Tints of Opal #AAC6BF

Color information

#AAC6BF (or 0xAAC6BF) is unknown color: approx Opal. HEX triplet: AA, C6 and BF. RGB value is (170,198,191). Sum of RGB (Red+Green+Blue) = 170+198+191=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6BF is #553940. Grayscale: #BCBCBC. Windows color (decimal): -5585217 or 12568234. OLE color: 12568234.

HSL color Cylindrical-coordinate representation of color #AAC6BF: hue angle of 165º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6BF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB170198191-
CMYK0.1400.040.22
HSL165º19.72%72.16%-
HSV(B)165º14.14%77.65%-
XYZ46.1852.757.03-
YUV188.83129.22114.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 191 (75% from 255) = 34.17%
R=30.41%
G=35.42%
B=34.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981910.1400.040.2216519.7272.16
HexAAC6BFE0416a51448
Octal25230627716042624524110
Binary101010101100011010111111111001001011010100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6BF; }

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

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

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

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

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

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

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

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