#AADEB5

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

Shades of Fringy Flower #AADEB5

Tints of Fringy Flower #AADEB5

Color information

#AADEB5 (or 0xAADEB5) is unknown color: approx Fringy Flower. HEX triplet: AA, DE and B5. RGB value is (170,222,181). Sum of RGB (Red+Green+Blue) = 170+222+181=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB5 is #55214A. Grayscale: #C9C9C9. Windows color (decimal): -5579083 or 11919018. OLE color: 11919018.

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

Color convert

RGB170222181-
CMYK0.2300.180.13
HSL132.69º44.07%76.86%-
HSV(B)132.69º23.42%87.06%-
XYZ51.0464.1253.4-
YUV201.78116.27105.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=29.67%
G=38.74%
B=31.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221810.2300.180.13132.6944.0776.86
HexAADEB517012D852c4d
Octal252336265270221520554115
Binary101010101101111010110101101110100101101100001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEB5; }

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

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

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

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

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

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

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

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