#AEE7BF

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

Shades of Fringy Flower #AEE7BF

Tints of Fringy Flower #AEE7BF

Color information

#AEE7BF (or 0xAEE7BF) is unknown color: approx Fringy Flower. HEX triplet: AE, E7 and BF. RGB value is (174,231,191). Sum of RGB (Red+Green+Blue) = 174+231+191=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7BF is #511840. Grayscale: #D1D1D1. Windows color (decimal): -5314625 or 12576686. OLE color: 12576686.

HSL color Cylindrical-coordinate representation of color #AEE7BF: hue angle of 137.89º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7BF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB174231191-
CMYK0.2500.170.09
HSL137.89º54.29%79.41%-
HSV(B)137.89º24.68%90.59%-
XYZ55.4469.9159.86-
YUV209.4117.62102.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 231 (90.62% from 255) = 38.76%
BLUE value IS 191 (75% from 255) = 32.05%
R=29.19%
G=38.76%
B=32.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742311910.2500.170.09137.8954.2979.41
HexAEE7BF1901198a364f
Octal256347277310211121266117
Binary101011101110011110111111110010100011001100010101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7BF; }

 p { color: rgb(174,231,191); }

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

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

 a { background-color: rgb(174,231,191); }

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

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

 span { border-color: rgb(174,231,191); }

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