#AAE3BA

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

Shades of Fringy Flower #AAE3BA

Tints of Fringy Flower #AAE3BA

Color information

#AAE3BA (or 0xAAE3BA) is unknown color: approx Fringy Flower. HEX triplet: AA, E3 and BA. RGB value is (170,227,186). Sum of RGB (Red+Green+Blue) = 170+227+186=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3BA is #551C45. Grayscale: #CDCDCD. Windows color (decimal): -5577798 or 12247978. OLE color: 12247978.

HSL color Cylindrical-coordinate representation of color #AAE3BA: hue angle of 136.84º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3BA is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB170227186-
CMYK0.2500.180.11
HSL136.84º50.44%77.84%-
HSV(B)136.84º25.11%89.02%-
XYZ52.9167.0356.6-
YUV205.28117.12102.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=29.16%
G=38.94%
B=31.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271860.2500.180.11136.8450.4477.84
HexAAE3BA19012B89324e
Octal252343272310221321162116
Binary101010101110001110111010110010100101011100010011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3BA; }

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

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

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

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

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

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

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

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