#AAE3B5

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

Shades of Fringy Flower #AAE3B5

Tints of Fringy Flower #AAE3B5

Color information

#AAE3B5 (or 0xAAE3B5) is unknown color: approx Fringy Flower. HEX triplet: AA, E3 and B5. RGB value is (170,227,181). Sum of RGB (Red+Green+Blue) = 170+227+181=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3B5 is #551C4A. Grayscale: #CCCCCC. Windows color (decimal): -5577803 or 11920298. OLE color: 11920298.

HSL color Cylindrical-coordinate representation of color #AAE3B5: hue angle of 131.58º degrees, saturation: 0.5, 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 #AAE3B5 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB170227181-
CMYK0.2500.200.11
HSL131.58º50.44%77.84%-
HSV(B)131.58º25.11%89.02%-
XYZ52.3966.8253.85-
YUV204.71114.62103.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 227 (89.06% from 255) = 39.27%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=29.41%
G=39.27%
B=31.31%

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
Decimal1702271810.2500.200.11131.5850.4477.84
HexAAE3B519014B84324e
Octal252343265310241320462116
Binary101010101110001110110101110010101001011100001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3B5; }

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

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

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

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

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

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

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

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