#AAD0B7

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

Shades of Gum Leaf #AAD0B7

Tints of Gum Leaf #AAD0B7

Color information

#AAD0B7 (or 0xAAD0B7) is unknown color: approx Gum Leaf. HEX triplet: AA, D0 and B7. RGB value is (170,208,183). Sum of RGB (Red+Green+Blue) = 170+208+183=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0B7 is #552F48. Grayscale: #C1C1C1. Windows color (decimal): -5582665 or 12046506. OLE color: 12046506.

HSL color Cylindrical-coordinate representation of color #AAD0B7: hue angle of 140.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0B7 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB170208183-
CMYK0.1800.120.18
HSL140.53º28.79%74.12%-
HSV(B)140.53º18.27%81.57%-
XYZ47.6857.0853.3-
YUV193.79121.91111.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=30.30%
G=37.08%
B=32.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081830.1800.120.18140.5328.7974.12
HexAAD0B7120C128d1d4a
Octal252320267220142221535112
Binary10101010110100001011011110010011001001010001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0B7; }

 p { color: rgb(170,208,183); }

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

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

 a { background-color: rgb(170,208,183); }

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

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

 span { border-color: rgb(170,208,183); }

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