#AAE8BE

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

Shades of Fringy Flower #AAE8BE

Tints of Fringy Flower #AAE8BE

Color information

#AAE8BE (or 0xAAE8BE) is unknown color: approx Fringy Flower. HEX triplet: AA, E8 and BE. RGB value is (170,232,190). Sum of RGB (Red+Green+Blue) = 170+232+190=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8BE is #551741. Grayscale: #D0D0D0. Windows color (decimal): -5576514 or 12511402. OLE color: 12511402.

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

Color convert

RGB170232190-
CMYK0.2700.180.09
HSL139.35º57.41%78.82%-
HSV(B)139.35º26.72%90.98%-
XYZ54.7369.9859.34-
YUV208.67117.46100.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 232 (91.02% from 255) = 39.19%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=28.72%
G=39.19%
B=32.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321900.2700.180.09139.3557.4178.82
HexAAE8BE1B01298b394f
Octal252350276330221121371117
Binary101010101110100010111110110110100101001100010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8BE; }

 p { color: rgb(170,232,190); }

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

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

 a { background-color: rgb(170,232,190); }

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

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

 span { border-color: rgb(170,232,190); }

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