#AACDC5

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

Shades of Opal #AACDC5

Tints of Opal #AACDC5

Color information

#AACDC5 (or 0xAACDC5) is unknown color: approx Opal. HEX triplet: AA, CD and C5. RGB value is (170,205,197). Sum of RGB (Red+Green+Blue) = 170+205+197=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC5 is #55323A. Grayscale: #C1C1C1. Windows color (decimal): -5583419 or 12963242. OLE color: 12963242.

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

Color convert

RGB170205197-
CMYK0.1700.040.20
HSL166.29º25.93%73.53%-
HSV(B)166.29º17.07%80.39%-
XYZ48.4956.2461.12-
YUV193.62129.9111.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=29.72%
G=35.84%
B=34.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051970.1700.040.20166.2925.9373.53
HexAACDC5110414a61a4a
Octal25231530521042424632112
Binary1010101011001101110001011000101001010010100110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDC5; }

 p { color: rgb(170,205,197); }

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

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

 a { background-color: rgb(170,205,197); }

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

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

 span { border-color: rgb(170,205,197); }

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