#AACEA3

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

Shades of Spring Rain #AACEA3

Tints of Spring Rain #AACEA3

Color information

#AACEA3 (or 0xAACEA3) is unknown color: approx Spring Rain. HEX triplet: AA, CE and A3. RGB value is (170,206,163). Sum of RGB (Red+Green+Blue) = 170+206+163=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEA3 is #55315C. Grayscale: #BEBEBE. Windows color (decimal): -5583197 or 10735274. OLE color: 10735274.

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

Color convert

RGB170206163-
CMYK0.1700.210.19
HSL110.23º30.5%72.35%-
HSV(B)110.23º20.87%80.78%-
XYZ45.2655.3342.95-
YUV190.33112.57113.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=31.54%
G=38.22%
B=30.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061630.1700.210.19110.2330.572.35
HexAACEA311015136e1e48
Octal252316243210252315636110
Binary10101010110011101010001110001010101100111101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEA3; }

 p { color: rgb(170,206,163); }

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

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

 a { background-color: rgb(170,206,163); }

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

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

 span { border-color: rgb(170,206,163); }

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