#AAC6BE

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

Shades of Opal #AAC6BE

Tints of Opal #AAC6BE

Color information

#AAC6BE (or 0xAAC6BE) is unknown color: approx Opal. HEX triplet: AA, C6 and BE. RGB value is (170,198,190). Sum of RGB (Red+Green+Blue) = 170+198+190=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6BE is #553941. Grayscale: #BCBCBC. Windows color (decimal): -5585218 or 12502698. OLE color: 12502698.

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

Color convert

RGB170198190-
CMYK0.1400.040.22
HSL162.86º19.72%72.16%-
HSV(B)162.86º14.14%77.65%-
XYZ46.0752.6556.45-
YUV188.72128.72114.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=30.47%
G=35.48%
B=34.05%

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
Decimal1701981900.1400.040.22162.8619.7272.16
HexAAC6BEE0416a31448
Octal25230627616042624324110
Binary101010101100011010111110111001001011010100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6BE; }

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

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

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

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

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

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

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

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