#AEDDB9

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

Shades of Fringy Flower #AEDDB9

Tints of Fringy Flower #AEDDB9

Color information

#AEDDB9 (or 0xAEDDB9) is unknown color: approx Fringy Flower. HEX triplet: AE, DD and B9. RGB value is (174,221,185). Sum of RGB (Red+Green+Blue) = 174+221+185=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB9 is #512246. Grayscale: #CACACA. Windows color (decimal): -5317191 or 12180910. OLE color: 12180910.

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

Color convert

RGB174221185-
CMYK0.2100.160.13
HSL134.04º40.87%77.45%-
HSV(B)134.04º21.27%86.67%-
XYZ52.0764.2155.55-
YUV202.84117.93107.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=30%
G=38.10%
B=31.90%

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
Decimal1742211850.2100.160.13134.0440.8777.45
HexAEDDB915010D86294d
Octal256335271250201520651115
Binary101011101101110110111001101010100001101100001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDB9; }

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

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

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

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

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

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

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

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