#AEEAB9

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

Shades of Fringy Flower #AEEAB9

Tints of Fringy Flower #AEEAB9

Color information

#AEEAB9 (or 0xAEEAB9) is unknown color: approx Fringy Flower. HEX triplet: AE, EA and B9. RGB value is (174,234,185). Sum of RGB (Red+Green+Blue) = 174+234+185=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB9 is #511546. Grayscale: #D2D2D2. Windows color (decimal): -5313863 or 12184238. OLE color: 12184238.

HSL color Cylindrical-coordinate representation of color #AEEAB9: hue angle of 131º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB174234185-
CMYK0.2600.210.08
HSL131º58.82%80%-
HSV(B)131º25.64%91.76%-
XYZ55.6471.3556.74-
YUV210.47113.62101.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=29.34%
G=39.46%
B=31.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742341850.2600.210.0813158.8280
HexAEEAB91A0158833b50
Octal256352271320251020373120
Binary101011101110101010111001110100101011000100000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAB9; }

 p { color: rgb(174,234,185); }

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

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

 a { background-color: rgb(174,234,185); }

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

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

 span { border-color: rgb(174,234,185); }

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