#AED4BA

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

Shades of Gum Leaf #AED4BA

Tints of Gum Leaf #AED4BA

Color information

#AED4BA (or 0xAED4BA) is unknown color: approx Gum Leaf. HEX triplet: AE, D4 and BA. RGB value is (174,212,186). Sum of RGB (Red+Green+Blue) = 174+212+186=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4BA is #512B45. Grayscale: #C5C5C5. Windows color (decimal): -5319494 or 12244142. OLE color: 12244142.

HSL color Cylindrical-coordinate representation of color #AED4BA: hue angle of 138.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4BA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB174212186-
CMYK0.1800.120.17
HSL138.95º30.65%75.69%-
HSV(B)138.95º17.92%83.14%-
XYZ49.8659.6355.34-
YUV197.67121.41111.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=30.42%
G=37.06%
B=32.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121860.1800.120.17138.9530.6575.69
HexAED4BA120C118b1f4c
Octal256324272220142121337114
Binary10101110110101001011101010010011001000110001011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4BA; }

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

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

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

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

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

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

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

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