#AEDDBA

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

Shades of Fringy Flower #AEDDBA

Tints of Fringy Flower #AEDDBA

Color information

#AEDDBA (or 0xAEDDBA) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and BA. RGB value is (174,221,186). Sum of RGB (Red+Green+Blue) = 174+221+186=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDBA is #512245. Grayscale: #CBCBCB. Windows color (decimal): -5317190 or 12246446. OLE color: 12246446.

HSL color Cylindrical-coordinate representation of color #AEDDBA: hue angle of 135.32º 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 #AEDDBA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB174221186-
CMYK0.2100.160.13
HSL135.32º40.87%77.45%-
HSV(B)135.32º21.27%86.67%-
XYZ52.1764.2656.11-
YUV202.96118.43107.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=29.95%
G=38.04%
B=32.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211860.2100.160.13135.3240.8777.45
HexAEDDBA15010D87294d
Octal256335272250201520751115
Binary101011101101110110111010101010100001101100001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDBA; }

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

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

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

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

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

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

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

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