#AAE7BA

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

Shades of Fringy Flower #AAE7BA

Tints of Fringy Flower #AAE7BA

Color information

#AAE7BA (or 0xAAE7BA) is unknown color: approx Fringy Flower. HEX triplet: AA, E7 and BA. RGB value is (170,231,186). Sum of RGB (Red+Green+Blue) = 170+231+186=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7BA is #551845. Grayscale: #CFCFCF. Windows color (decimal): -5576774 or 12249002. OLE color: 12249002.

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

Color convert

RGB170231186-
CMYK0.2600.190.09
HSL135.74º55.96%78.63%-
HSV(B)135.74º26.41%90.59%-
XYZ54.0269.2456.97-
YUV207.63115.79101.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=28.96%
G=39.35%
B=31.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311860.2600.190.09135.7455.9678.63
HexAAE7BA1A013988384f
Octal252347272320231121070117
Binary101010101110011110111010110100100111001100010001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7BA; }

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

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

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

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

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

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

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

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