#AACDC4

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

Shades of Opal #AACDC4

Tints of Opal #AACDC4

Color information

#AACDC4 (or 0xAACDC4) is unknown color: approx Opal. HEX triplet: AA, CD and C4. RGB value is (170,205,196). Sum of RGB (Red+Green+Blue) = 170+205+196=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC4 is #55323B. Grayscale: #C1C1C1. Windows color (decimal): -5583420 or 12897706. OLE color: 12897706.

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

Color convert

RGB170205196-
CMYK0.1700.040.20
HSL164.57º25.93%73.53%-
HSV(B)164.57º17.07%80.39%-
XYZ48.3756.1960.52-
YUV193.51129.4111.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=29.77%
G=35.90%
B=34.33%

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
Decimal1702051960.1700.040.20164.5725.9373.53
HexAACDC4110414a51a4a
Octal25231530421042424532112
Binary1010101011001101110001001000101001010010100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDC4; }

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

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

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

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

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

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

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

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