#AECDA1

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

Shades of Spring Rain #AECDA1

Tints of Spring Rain #AECDA1

Color information

#AECDA1 (or 0xAECDA1) is unknown color: approx Spring Rain. HEX triplet: AE, CD and A1. RGB value is (174,205,161). Sum of RGB (Red+Green+Blue) = 174+205+161=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA1 is #51325E. Grayscale: #BEBEBE. Windows color (decimal): -5321311 or 10603950. OLE color: 10603950.

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

Color convert

RGB174205161-
CMYK0.1500.210.20
HSL102.27º30.56%71.76%-
HSV(B)102.27º21.46%80.39%-
XYZ45.7255.2341.97-
YUV190.71111.23116.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=32.22%
G=37.96%
B=29.81%

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
Decimal1742051610.1500.210.20102.2730.5671.76
HexAECDA1F01514661f48
Octal256315241170252414637110
Binary1010111011001101101000011111010101101001100110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDA1; }

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

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

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

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

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

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

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

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