#AAE5BB

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

Shades of Fringy Flower #AAE5BB

Tints of Fringy Flower #AAE5BB

Color information

#AAE5BB (or 0xAAE5BB) is unknown color: approx Fringy Flower. HEX triplet: AA, E5 and BB. RGB value is (170,229,187). Sum of RGB (Red+Green+Blue) = 170+229+187=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5BB is #551A44. Grayscale: #CECECE. Windows color (decimal): -5577285 or 12314026. OLE color: 12314026.

HSL color Cylindrical-coordinate representation of color #AAE5BB: hue angle of 137.29º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5BB is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB170229187-
CMYK0.2600.180.10
HSL137.29º53.15%78.24%-
HSV(B)137.29º25.76%89.8%-
XYZ53.5768.1757.35-
YUV206.57116.95101.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 229 (89.84% from 255) = 39.08%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=29.01%
G=39.08%
B=31.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291870.2600.180.10137.2953.1578.24
HexAAE5BB1A012A89354e
Octal252345273320221221165116
Binary101010101110010110111011110100100101010100010011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5BB; }

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

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

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

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

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

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

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

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