#AEE5BC

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

Shades of Fringy Flower #AEE5BC

Tints of Fringy Flower #AEE5BC

Color information

#AEE5BC (or 0xAEE5BC) is unknown color: approx Fringy Flower. HEX triplet: AE, E5 and BC. RGB value is (174,229,188). Sum of RGB (Red+Green+Blue) = 174+229+188=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5BC is #511A43. Grayscale: #CFCFCF. Windows color (decimal): -5315140 or 12379566. OLE color: 12379566.

HSL color Cylindrical-coordinate representation of color #AEE5BC: hue angle of 135.27º 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 #AEE5BC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB174229188-
CMYK0.2400.180.10
HSL135.27º51.4%79.02%-
HSV(B)135.27º24.02%89.8%-
XYZ54.5568.6757.96-
YUV207.88116.78103.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=29.44%
G=38.75%
B=31.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742291880.2400.180.10135.2751.479.02
HexAEE5BC18012A87334f
Octal256345274300221220763117
Binary101011101110010110111100110000100101010100001111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5BC; }

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

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

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

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

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

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

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

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