#AAE2B5

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

Shades of Fringy Flower #AAE2B5

Tints of Fringy Flower #AAE2B5

Color information

#AAE2B5 (or 0xAAE2B5) is unknown color: approx Fringy Flower. HEX triplet: AA, E2 and B5. RGB value is (170,226,181). Sum of RGB (Red+Green+Blue) = 170+226+181=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2B5 is #551D4A. Grayscale: #CCCCCC. Windows color (decimal): -5578059 or 11920042. OLE color: 11920042.

HSL color Cylindrical-coordinate representation of color #AAE2B5: hue angle of 131.79º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2B5 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB170226181-
CMYK0.2500.200.11
HSL131.79º49.12%77.65%-
HSV(B)131.79º24.78%88.63%-
XYZ52.1166.2753.76-
YUV204.13114.95103.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 226 (88.67% from 255) = 39.17%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=29.46%
G=39.17%
B=31.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261810.2500.200.11131.7949.1277.65
HexAAE2B519014B84314e
Octal252342265310241320461116
Binary101010101110001010110101110010101001011100001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2B5; }

 p { color: rgb(170,226,181); }

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

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

 a { background-color: rgb(170,226,181); }

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

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

 span { border-color: rgb(170,226,181); }

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