#AECDC3

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

Shades of Opal #AECDC3

Tints of Opal #AECDC3

Color information

#AECDC3 (or 0xAECDC3) is unknown color: approx Opal. HEX triplet: AE, CD and C3. RGB value is (174,205,195). Sum of RGB (Red+Green+Blue) = 174+205+195=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC3 is #51323C. Grayscale: #C2C2C2. Windows color (decimal): -5321277 or 12832174. OLE color: 12832174.

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

Color convert

RGB174205195-
CMYK0.1500.050.20
HSL160.65º23.66%74.31%-
HSV(B)160.65º15.12%80.39%-
XYZ49.1456.659.97-
YUV194.59128.23113.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=30.31%
G=35.71%
B=33.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051950.1500.050.20160.6523.6674.31
HexAECDC3F0514a1184a
Octal25631530317052424130112
Binary101011101100110111000011111101011010010100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDC3; }

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

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

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

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

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

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

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

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