#AEDAB5

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

Shades of Fringy Flower #AEDAB5

Tints of Fringy Flower #AEDAB5

Color information

#AEDAB5 (or 0xAEDAB5) is unknown color: approx Fringy Flower. HEX triplet: AE, DA and B5. RGB value is (174,218,181). Sum of RGB (Red+Green+Blue) = 174+218+181=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB5 is #51254A. Grayscale: #C8C8C8. Windows color (decimal): -5317963 or 11917998. OLE color: 11917998.

HSL color Cylindrical-coordinate representation of color #AEDAB5: hue angle of 129.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB174218181-
CMYK0.2000.170.15
HSL129.55º37.29%76.86%-
HSV(B)129.55º20.18%85.49%-
XYZ50.8762.4853.09-
YUV200.63116.92109.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=30.37%
G=38.05%
B=31.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181810.2000.170.15129.5537.2976.86
HexAEDAB514011F82254d
Octal256332265240211720245115
Binary101011101101101010110101101000100011111100000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAB5; }

 p { color: rgb(174,218,181); }

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

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

 a { background-color: rgb(174,218,181); }

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

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

 span { border-color: rgb(174,218,181); }

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