#AACDC3

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

Shades of Opal #AACDC3

Tints of Opal #AACDC3

Color information

#AACDC3 (or 0xAACDC3) is unknown color: approx Opal. HEX triplet: AA, CD and C3. RGB value is (170,205,195). Sum of RGB (Red+Green+Blue) = 170+205+195=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC3 is #55323C. Grayscale: #C1C1C1. Windows color (decimal): -5583421 or 12832170. OLE color: 12832170.

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

Color convert

RGB170205195-
CMYK0.1700.050.20
HSL162.86º25.93%73.53%-
HSV(B)162.86º17.07%80.39%-
XYZ48.2656.1559.92-
YUV193.4128.9111.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=29.82%
G=35.96%
B=34.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051950.1700.050.20162.8625.9373.53
HexAACDC3110514a31a4a
Octal25231530321052424332112
Binary1010101011001101110000111000101011010010100011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDC3; }

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

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

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

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

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

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

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

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