#AAC7BF

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

Shades of Opal #AAC7BF

Tints of Opal #AAC7BF

Color information

#AAC7BF (or 0xAAC7BF) is unknown color: approx Opal. HEX triplet: AA, C7 and BF. RGB value is (170,199,191). Sum of RGB (Red+Green+Blue) = 170+199+191=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7BF is #553840. Grayscale: #BDBDBD. Windows color (decimal): -5584961 or 12568490. OLE color: 12568490.

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

Color convert

RGB170199191-
CMYK0.1500.040.22
HSL163.45º20.57%72.35%-
HSV(B)163.45º14.57%78.04%-
XYZ46.453.1557.1-
YUV189.42128.89114.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 191 (75% from 255) = 34.11%
R=30.36%
G=35.54%
B=34.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991910.1500.040.22163.4520.5772.35
HexAAC7BFF0416a31548
Octal25230727717042624325110
Binary101010101100011110111111111101001011010100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7BF; }

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

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

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

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

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

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

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

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