#AEDABF

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

Shades of Fringy Flower #AEDABF

Tints of Fringy Flower #AEDABF

Color information

#AEDABF (or 0xAEDABF) is unknown color: approx Fringy Flower. HEX triplet: AE, DA and BF. RGB value is (174,218,191). Sum of RGB (Red+Green+Blue) = 174+218+191=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABF is #512540. Grayscale: #C9C9C9. Windows color (decimal): -5317953 or 12573358. OLE color: 12573358.

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

Color convert

RGB174218191-
CMYK0.2000.120.15
HSL143.18º37.29%76.86%-
HSV(B)143.18º20.18%85.49%-
XYZ51.9362.958.69-
YUV201.77121.92108.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 191 (75% from 255) = 32.76%
R=29.85%
G=37.39%
B=32.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181910.2000.120.15143.1837.2976.86
HexAEDABF140CF8f254d
Octal256332277240141721745115
Binary10101110110110101011111110100011001111100011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDABF; }

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

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

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

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

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

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

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

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