#AEE5B6

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

Shades of Fringy Flower #AEE5B6

Tints of Fringy Flower #AEE5B6

Color information

#AEE5B6 (or 0xAEE5B6) is unknown color: approx Fringy Flower. HEX triplet: AE, E5 and B6. RGB value is (174,229,182). Sum of RGB (Red+Green+Blue) = 174+229+182=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5B6 is #511A49. Grayscale: #CFCFCF. Windows color (decimal): -5315146 or 11986350. OLE color: 11986350.

HSL color Cylindrical-coordinate representation of color #AEE5B6: hue angle of 128.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5B6 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB174229182-
CMYK0.2400.210.10
HSL128.73º51.4%79.02%-
HSV(B)128.73º24.02%89.8%-
XYZ53.9268.4154.62-
YUV207.2113.78104.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 182 (71.48% from 255) = 31.11%
R=29.74%
G=39.15%
B=31.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742291820.2400.210.10128.7351.479.02
HexAEE5B618015A81334f
Octal256345266300251220163117
Binary101011101110010110110110110000101011010100000011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5B6; }

 p { color: rgb(174,229,182); }

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

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

 a { background-color: rgb(174,229,182); }

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

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

 span { border-color: rgb(174,229,182); }

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