#AED5BB

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

Shades of Gum Leaf #AED5BB

Tints of Gum Leaf #AED5BB

Color information

#AED5BB (or 0xAED5BB) is unknown color: approx Gum Leaf. HEX triplet: AE, D5 and BB. RGB value is (174,213,187). Sum of RGB (Red+Green+Blue) = 174+213+187=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BB is #512A44. Grayscale: #C6C6C6. Windows color (decimal): -5319237 or 12309934. OLE color: 12309934.

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

Color convert

RGB174213187-
CMYK0.1800.120.16
HSL140º31.71%75.88%-
HSV(B)140º18.31%83.53%-
XYZ50.2260.1855.98-
YUV198.38121.58110.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=30.31%
G=37.11%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131870.1800.120.1614031.7175.88
HexAED5BB120C108c204c
Octal256325273220142021440114
Binary101011101101010110111011100100110010000100011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5BB; }

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

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

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

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

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

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

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

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