#AED9BA

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

Shades of Fringy Flower #AED9BA

Tints of Fringy Flower #AED9BA

Color information

#AED9BA (or 0xAED9BA) is unknown color: approx Fringy Flower. HEX triplet: AE, D9 and BA. RGB value is (174,217,186). Sum of RGB (Red+Green+Blue) = 174+217+186=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9BA is #512645. Grayscale: #C8C8C8. Windows color (decimal): -5318214 or 12245422. OLE color: 12245422.

HSL color Cylindrical-coordinate representation of color #AED9BA: hue angle of 136.74º degrees, saturation: 0.36, 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 #AED9BA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB174217186-
CMYK0.2000.140.15
HSL136.74º36.13%76.67%-
HSV(B)136.74º19.82%85.1%-
XYZ51.1362.1755.76-
YUV200.61119.75109.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=30.16%
G=37.61%
B=32.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171860.2000.140.15136.7436.1376.67
HexAED9BA140EF89244d
Octal256331272240161721144115
Binary10101110110110011011101010100011101111100010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9BA; }

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

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

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

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

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

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

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

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