#AECDA2

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

Shades of Spring Rain #AECDA2

Tints of Spring Rain #AECDA2

Color information

#AECDA2 (or 0xAECDA2) is unknown color: approx Spring Rain. HEX triplet: AE, CD and A2. RGB value is (174,205,162). Sum of RGB (Red+Green+Blue) = 174+205+162=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA2 is #51325D. Grayscale: #BEBEBE. Windows color (decimal): -5321310 or 10669486. OLE color: 10669486.

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

Color convert

RGB174205162-
CMYK0.1500.210.20
HSL103.26º30.07%71.96%-
HSV(B)103.26º20.98%80.39%-
XYZ45.8155.2742.44-
YUV190.83111.73116-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=32.16%
G=37.89%
B=29.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051620.1500.210.20103.2630.0771.96
HexAECDA2F01514671e48
Octal256315242170252414736110
Binary1010111011001101101000101111010101101001100111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDA2; }

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

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

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

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

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

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

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

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