#AED3BA

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

Shades of Gum Leaf #AED3BA

Tints of Gum Leaf #AED3BA

Color information

#AED3BA (or 0xAED3BA) is unknown color: approx Gum Leaf. HEX triplet: AE, D3 and BA. RGB value is (174,211,186). Sum of RGB (Red+Green+Blue) = 174+211+186=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3BA is #512C45. Grayscale: #C5C5C5. Windows color (decimal): -5319750 or 12243886. OLE color: 12243886.

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

Color convert

RGB174211186-
CMYK0.1800.120.17
HSL139.46º29.6%75.49%-
HSV(B)139.46º17.54%82.75%-
XYZ49.6159.1355.25-
YUV197.09121.74111.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=30.47%
G=36.95%
B=32.57%

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
Decimal1742111860.1800.120.17139.4629.675.49
HexAED3BA120C118b1e4b
Octal256323272220142121336113
Binary10101110110100111011101010010011001000110001011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3BA; }

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

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

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

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

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

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

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

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