#AED5BA

Color #AED5BA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AED5BA

Tints of Gum Leaf #AED5BA

Color information

#AED5BA (or 0xAED5BA) is unknown color: approx Gum Leaf. HEX triplet: AE, D5 and BA. RGB value is (174,213,186). Sum of RGB (Red+Green+Blue) = 174+213+186=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BA is #512A45. Grayscale: #C6C6C6. Windows color (decimal): -5319238 or 12244398. OLE color: 12244398.

HSL color Cylindrical-coordinate representation of color #AED5BA: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5BA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB174213186-
CMYK0.1800.130.16
HSL138.46º31.71%75.88%-
HSV(B)138.46º18.31%83.53%-
XYZ50.1160.1355.42-
YUV198.26121.08110.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=30.37%
G=37.17%
B=32.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131860.1800.130.16138.4631.7175.88
HexAED5BA120D108a204c
Octal256325272220152021240114
Binary101011101101010110111010100100110110000100010101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5BA; }

 p { color: rgb(174,213,186); }

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

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

 a { background-color: rgb(174,213,186); }

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

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

 span { border-color: rgb(174,213,186); }

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