#AADEB4

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

Shades of Fringy Flower #AADEB4

Tints of Fringy Flower #AADEB4

Color information

#AADEB4 (or 0xAADEB4) is unknown color: approx Fringy Flower. HEX triplet: AA, DE and B4. RGB value is (170,222,180). Sum of RGB (Red+Green+Blue) = 170+222+180=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB4 is #55214B. Grayscale: #C9C9C9. Windows color (decimal): -5579084 or 11853482. OLE color: 11853482.

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

Color convert

RGB170222180-
CMYK0.2300.190.13
HSL131.54º44.07%76.86%-
HSV(B)131.54º23.42%87.06%-
XYZ50.9464.0852.86-
YUV201.66115.77105.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=29.72%
G=38.81%
B=31.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221800.2300.190.13131.5444.0776.86
HexAADEB417013D842c4d
Octal252336264270231520454115
Binary101010101101111010110100101110100111101100001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEB4; }

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

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

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

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

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

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

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

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