#ADD1B0

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

Shades of Gum Leaf #ADD1B0

Tints of Gum Leaf #ADD1B0

Color information

#ADD1B0 (or 0xADD1B0) is unknown color: approx Gum Leaf. HEX triplet: AD, D1 and B0. RGB value is (173,209,176). Sum of RGB (Red+Green+Blue) = 173+209+176=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1B0 is #522E4F. Grayscale: #C2C2C2. Windows color (decimal): -5385808 or 11588013. OLE color: 11588013.

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

Color convert

RGB173209176-
CMYK0.1700.160.18
HSL125º28.12%74.9%-
HSV(B)125º17.22%81.96%-
XYZ47.8757.6249.67-
YUV194.47117.57112.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=31.00%
G=37.46%
B=31.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091760.1700.160.1812528.1274.9
HexADD1B011010127d1c4b
Octal255321260210202217534113
Binary10101101110100011011000010001010000100101111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1B0; }

 p { color: rgb(173,209,176); }

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

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

 a { background-color: rgb(173,209,176); }

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

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

 span { border-color: rgb(173,209,176); }

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