#AEE5BB

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

Shades of Fringy Flower #AEE5BB

Tints of Fringy Flower #AEE5BB

Color information

#AEE5BB (or 0xAEE5BB) is unknown color: approx Fringy Flower. HEX triplet: AE, E5 and BB. RGB value is (174,229,187). Sum of RGB (Red+Green+Blue) = 174+229+187=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5BB is #511A44. Grayscale: #CFCFCF. Windows color (decimal): -5315141 or 12314030. OLE color: 12314030.

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

Color convert

RGB174229187-
CMYK0.2400.180.10
HSL134.18º51.4%79.02%-
HSV(B)134.18º24.02%89.8%-
XYZ54.4468.6357.39-
YUV207.77116.28103.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 229 (89.84% from 255) = 38.81%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=29.49%
G=38.81%
B=31.69%

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
Decimal1742291870.2400.180.10134.1851.479.02
HexAEE5BB18012A86334f
Octal256345273300221220663117
Binary101011101110010110111011110000100101010100001101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5BB; }

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

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

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

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

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

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

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

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