#AEDDB5

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

Shades of Fringy Flower #AEDDB5

Tints of Fringy Flower #AEDDB5

Color information

#AEDDB5 (or 0xAEDDB5) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and B5. RGB value is (174,221,181). Sum of RGB (Red+Green+Blue) = 174+221+181=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB5 is #51224A. Grayscale: #CACACA. Windows color (decimal): -5317195 or 11918766. OLE color: 11918766.

HSL color Cylindrical-coordinate representation of color #AEDDB5: hue angle of 128.94º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDB5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB174221181-
CMYK0.2100.180.13
HSL128.94º40.87%77.45%-
HSV(B)128.94º21.27%86.67%-
XYZ51.6564.0553.36-
YUV202.39115.93107.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=30.21%
G=38.37%
B=31.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211810.2100.180.13128.9440.8777.45
HexAEDDB515012D81294d
Octal256335265250221520151115
Binary101011101101110110110101101010100101101100000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB5; }

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

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

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

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

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

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

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

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