#AAE9BB

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

Shades of Fringy Flower #AAE9BB

Tints of Fringy Flower #AAE9BB

Color information

#AAE9BB (or 0xAAE9BB) is unknown color: approx Fringy Flower. HEX triplet: AA, E9 and BB. RGB value is (170,233,187). Sum of RGB (Red+Green+Blue) = 170+233+187=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9BB is #551644. Grayscale: #D1D1D1. Windows color (decimal): -5576261 or 12315050. OLE color: 12315050.

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

Color convert

RGB170233187-
CMYK0.2700.200.09
HSL136.19º58.88%79.02%-
HSV(B)136.19º27.04%91.37%-
XYZ54.6970.4157.72-
YUV208.92115.63100.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=28.81%
G=39.49%
B=31.69%

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
Decimal1702331870.2700.200.09136.1958.8879.02
HexAAE9BB1B0149883b4f
Octal252351273330241121073117
Binary101010101110100110111011110110101001001100010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9BB; }

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

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

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

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

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

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

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

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