#AAE3BD

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

Shades of Fringy Flower #AAE3BD

Tints of Fringy Flower #AAE3BD

Color information

#AAE3BD (or 0xAAE3BD) is unknown color: approx Fringy Flower. HEX triplet: AA, E3 and BD. RGB value is (170,227,189). Sum of RGB (Red+Green+Blue) = 170+227+189=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3BD is #551C42. Grayscale: #CDCDCD. Windows color (decimal): -5577795 or 12444586. OLE color: 12444586.

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

Color convert

RGB170227189-
CMYK0.2500.170.11
HSL140º50.44%77.84%-
HSV(B)140º25.11%89.02%-
XYZ53.2367.1658.3-
YUV205.62118.62102.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=29.01%
G=38.74%
B=32.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271890.2500.170.1114050.4477.84
HexAAE3BD19011B8c324e
Octal252343275310211321462116
Binary101010101110001110111101110010100011011100011001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE3BD; }

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

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

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

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

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

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

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

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