#AAE0BB

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

Shades of Fringy Flower #AAE0BB

Tints of Fringy Flower #AAE0BB

Color information

#AAE0BB (or 0xAAE0BB) is unknown color: approx Fringy Flower. HEX triplet: AA, E0 and BB. RGB value is (170,224,187). Sum of RGB (Red+Green+Blue) = 170+224+187=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0BB is #551F44. Grayscale: #CBCBCB. Windows color (decimal): -5578565 or 12312746. OLE color: 12312746.

HSL color Cylindrical-coordinate representation of color #AAE0BB: hue angle of 138.89º degrees, saturation: 0.47, 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 #AAE0BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB170224187-
CMYK0.2400.170.12
HSL138.89º46.55%77.25%-
HSV(B)138.89º24.11%87.84%-
XYZ52.265.4556.89-
YUV203.64118.61104.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=29.26%
G=38.55%
B=32.19%

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
Decimal1702241870.2400.170.12138.8946.5577.25
HexAAE0BB18011C8b2f4d
Octal252340273300211421357115
Binary101010101110000010111011110000100011100100010111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0BB; }

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

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

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

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

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

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

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

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