#AADEB9

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

Shades of Fringy Flower #AADEB9

Tints of Fringy Flower #AADEB9

Color information

#AADEB9 (or 0xAADEB9) is unknown color: approx Fringy Flower. HEX triplet: AA, DE and B9. RGB value is (170,222,185). Sum of RGB (Red+Green+Blue) = 170+222+185=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB9 is #552146. Grayscale: #CACACA. Windows color (decimal): -5579079 or 12181162. OLE color: 12181162.

HSL color Cylindrical-coordinate representation of color #AADEB9: hue angle of 137.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEB9 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB170222185-
CMYK0.2300.170.13
HSL137.31º44.07%76.86%-
HSV(B)137.31º23.42%87.06%-
XYZ51.4664.2955.6-
YUV202.23118.27105.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=29.46%
G=38.47%
B=32.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221850.2300.170.13137.3144.0776.86
HexAADEB917011D892c4d
Octal252336271270211521154115
Binary101010101101111010111001101110100011101100010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEB9; }

 p { color: rgb(170,222,185); }

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

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

 a { background-color: rgb(170,222,185); }

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

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

 span { border-color: rgb(170,222,185); }

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