#AAE0BA

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

Shades of Fringy Flower #AAE0BA

Tints of Fringy Flower #AAE0BA

Color information

#AAE0BA (or 0xAAE0BA) is unknown color: approx Fringy Flower. HEX triplet: AA, E0 and BA. RGB value is (170,224,186). Sum of RGB (Red+Green+Blue) = 170+224+186=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0BA is #551F45. Grayscale: #CBCBCB. Windows color (decimal): -5578566 or 12247210. OLE color: 12247210.

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

Color convert

RGB170224186-
CMYK0.2400.170.12
HSL137.78º46.55%77.25%-
HSV(B)137.78º24.11%87.84%-
XYZ52.165.456.33-
YUV203.52118.11104.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=29.31%
G=38.62%
B=32.07%

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
Decimal1702241860.2400.170.12137.7846.5577.25
HexAAE0BA18011C8a2f4d
Octal252340272300211421257115
Binary101010101110000010111010110000100011100100010101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0BA; }

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

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

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

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

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

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

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

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