#AECDC5

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

Shades of Opal #AECDC5

Tints of Opal #AECDC5

Color information

#AECDC5 (or 0xAECDC5) is unknown color: approx Opal. HEX triplet: AE, CD and C5. RGB value is (174,205,197). Sum of RGB (Red+Green+Blue) = 174+205+197=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC5 is #51323A. Grayscale: #C2C2C2. Windows color (decimal): -5321275 or 12963246. OLE color: 12963246.

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

Color convert

RGB174205197-
CMYK0.1500.040.20
HSL164.52º23.66%74.31%-
HSV(B)164.52º15.12%80.39%-
XYZ49.3656.6961.16-
YUV194.82129.23113.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=30.21%
G=35.59%
B=34.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051970.1500.040.20164.5223.6674.31
HexAECDC5F0414a5184a
Octal25631530517042424530112
Binary101011101100110111000101111101001010010100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDC5; }

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

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

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

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

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

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

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

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