#AEDBB5

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

Shades of Fringy Flower #AEDBB5

Tints of Fringy Flower #AEDBB5

Color information

#AEDBB5 (or 0xAEDBB5) is unknown color: approx Fringy Flower. HEX triplet: AE, DB and B5. RGB value is (174,219,181). Sum of RGB (Red+Green+Blue) = 174+219+181=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBB5 is #51244A. Grayscale: #C9C9C9. Windows color (decimal): -5317707 or 11918254. OLE color: 11918254.

HSL color Cylindrical-coordinate representation of color #AEDBB5: hue angle of 129.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBB5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB174219181-
CMYK0.2100.170.14
HSL129.33º38.46%77.06%-
HSV(B)129.33º20.55%85.88%-
XYZ51.136353.18-
YUV201.21116.59108.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=30.31%
G=38.15%
B=31.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191810.2100.170.14129.3338.4677.06
HexAEDBB515011E81264d
Octal256333265250211620146115
Binary101011101101101110110101101010100011110100000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBB5; }

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

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

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

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

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

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

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

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