#AAE1BB

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

Shades of Fringy Flower #AAE1BB

Tints of Fringy Flower #AAE1BB

Color information

#AAE1BB (or 0xAAE1BB) is unknown color: approx Fringy Flower. HEX triplet: AA, E1 and BB. RGB value is (170,225,187). Sum of RGB (Red+Green+Blue) = 170+225+187=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1BB is #551E44. Grayscale: #CCCCCC. Windows color (decimal): -5578309 or 12313002. OLE color: 12313002.

HSL color Cylindrical-coordinate representation of color #AAE1BB: hue angle of 138.55º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB170225187-
CMYK0.2400.170.12
HSL138.55º47.83%77.45%-
HSV(B)138.55º24.44%88.24%-
XYZ52.4765.9856.98-
YUV204.22118.28103.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=29.21%
G=38.66%
B=32.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251870.2400.170.12138.5547.8377.45
HexAAE1BB18011C8b304d
Octal252341273300211421360115
Binary101010101110000110111011110000100011100100010111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1BB; }

 p { color: rgb(170,225,187); }

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

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

 a { background-color: rgb(170,225,187); }

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

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

 span { border-color: rgb(170,225,187); }

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