#AEDDC0

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

Shades of Fringy Flower #AEDDC0

Tints of Fringy Flower #AEDDC0

Color information

#AEDDC0 (or 0xAEDDC0) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and C0. RGB value is (174,221,192). Sum of RGB (Red+Green+Blue) = 174+221+192=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC0 is #51223F. Grayscale: #CBCBCB. Windows color (decimal): -5317184 or 12639662. OLE color: 12639662.

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

Color convert

RGB174221192-
CMYK0.2100.130.13
HSL142.98º40.87%77.45%-
HSV(B)142.98º21.27%86.67%-
XYZ52.8364.5259.54-
YUV203.64121.43106.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=29.64%
G=37.65%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211920.2100.130.13142.9840.8777.45
HexAEDDC0150DD8f294d
Octal256335300250151521751115
Binary10101110110111011100000010101011011101100011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDC0; }

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

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

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

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

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

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

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

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