#AACEC6

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

Shades of Opal #AACEC6

Tints of Opal #AACEC6

Color information

#AACEC6 (or 0xAACEC6) is unknown color: approx Opal. HEX triplet: AA, CE and C6. RGB value is (170,206,198). Sum of RGB (Red+Green+Blue) = 170+206+198=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC6 is #553139. Grayscale: #C2C2C2. Windows color (decimal): -5583162 or 13029034. OLE color: 13029034.

HSL color Cylindrical-coordinate representation of color #AACEC6: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEC6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB170206198-
CMYK0.1700.040.19
HSL166.67º26.87%73.73%-
HSV(B)166.67º17.48%80.78%-
XYZ48.8456.7761.81-
YUV194.32130.07110.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=29.62%
G=35.89%
B=34.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061980.1700.040.19166.6726.8773.73
HexAACEC6110413a71b4a
Octal25231630621042324733112
Binary1010101011001110110001101000101001001110100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEC6; }

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

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

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

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

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

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

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

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