#AAE9BA

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

Shades of Fringy Flower #AAE9BA

Tints of Fringy Flower #AAE9BA

Color information

#AAE9BA (or 0xAAE9BA) is unknown color: approx Fringy Flower. HEX triplet: AA, E9 and BA. RGB value is (170,233,186). Sum of RGB (Red+Green+Blue) = 170+233+186=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9BA is #551645. Grayscale: #D0D0D0. Windows color (decimal): -5576262 or 12249514. OLE color: 12249514.

HSL color Cylindrical-coordinate representation of color #AAE9BA: hue angle of 135.24º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9BA is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB170233186-
CMYK0.2700.200.09
HSL135.24º58.88%79.02%-
HSV(B)135.24º27.04%91.37%-
XYZ54.5870.3757.16-
YUV208.8115.13100.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 233 (91.41% from 255) = 39.56%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=28.86%
G=39.56%
B=31.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331860.2700.200.09135.2458.8879.02
HexAAE9BA1B0149873b4f
Octal252351272330241120773117
Binary101010101110100110111010110110101001001100001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9BA; }

 p { color: rgb(170,233,186); }

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

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

 a { background-color: rgb(170,233,186); }

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

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

 span { border-color: rgb(170,233,186); }

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