#AEDABA

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

Shades of Fringy Flower #AEDABA

Tints of Fringy Flower #AEDABA

Color information

#AEDABA (or 0xAEDABA) is unknown color: approx Fringy Flower. HEX triplet: AE, DA and BA. RGB value is (174,218,186). Sum of RGB (Red+Green+Blue) = 174+218+186=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABA is #512545. Grayscale: #C9C9C9. Windows color (decimal): -5317958 or 12245678. OLE color: 12245678.

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

Color convert

RGB174218186-
CMYK0.2000.150.15
HSL136.36º37.29%76.86%-
HSV(B)136.36º20.18%85.49%-
XYZ51.3962.6955.85-
YUV201.2119.42108.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=30.10%
G=37.72%
B=32.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181860.2000.150.15136.3637.2976.86
HexAEDABA140FF88254d
Octal256332272240171721045115
Binary10101110110110101011101010100011111111100010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDABA; }

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

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

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

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

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

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

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

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