#AAC7BE

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

Shades of Opal #AAC7BE

Tints of Opal #AAC7BE

Color information

#AAC7BE (or 0xAAC7BE) is unknown color: approx Opal. HEX triplet: AA, C7 and BE. RGB value is (170,199,190). Sum of RGB (Red+Green+Blue) = 170+199+190=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7BE is #553841. Grayscale: #BDBDBD. Windows color (decimal): -5584962 or 12502954. OLE color: 12502954.

HSL color Cylindrical-coordinate representation of color #AAC7BE: hue angle of 161.38º 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 #AAC7BE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB170199190-
CMYK0.1500.050.22
HSL161.38º20.57%72.35%-
HSV(B)161.38º14.57%78.04%-
XYZ46.353.1156.53-
YUV189.3128.39114.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=30.41%
G=35.60%
B=33.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991900.1500.050.22161.3820.5772.35
HexAAC7BEF0516a11548
Octal25230727617052624125110
Binary101010101100011110111110111101011011010100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7BE; }

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

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

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

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

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

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

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

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