#AAE9BD

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

Shades of Fringy Flower #AAE9BD

Tints of Fringy Flower #AAE9BD

Color information

#AAE9BD (or 0xAAE9BD) is unknown color: approx Fringy Flower. HEX triplet: AA, E9 and BD. RGB value is (170,233,189). Sum of RGB (Red+Green+Blue) = 170+233+189=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9BD is #551642. Grayscale: #D1D1D1. Windows color (decimal): -5576259 or 12446122. OLE color: 12446122.

HSL color Cylindrical-coordinate representation of color #AAE9BD: hue angle of 138.1º 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 #AAE9BD is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB170233189-
CMYK0.2700.190.09
HSL138.1º58.88%79.02%-
HSV(B)138.1º27.04%91.37%-
XYZ54.970.558.86-
YUV209.15116.63100.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=28.72%
G=39.36%
B=31.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331890.2700.190.09138.158.8879.02
HexAAE9BD1B01398a3b4f
Octal252351275330231121273117
Binary101010101110100110111101110110100111001100010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9BD; }

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

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

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

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

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

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

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

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