#ADC8B0

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

Shades of Gum Leaf #ADC8B0

Tints of Gum Leaf #ADC8B0

Color information

#ADC8B0 (or 0xADC8B0) is unknown color: approx Gum Leaf. HEX triplet: AD, C8 and B0. RGB value is (173,200,176). Sum of RGB (Red+Green+Blue) = 173+200+176=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8B0 is #52374F. Grayscale: #BDBDBD. Windows color (decimal): -5388112 or 11585709. OLE color: 11585709.

HSL color Cylindrical-coordinate representation of color #ADC8B0: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC8B0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB173200176-
CMYK0.1400.120.22
HSL126.67º19.71%73.14%-
HSV(B)126.67º13.5%78.43%-
XYZ45.7253.3348.96-
YUV189.19120.55116.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=31.51%
G=36.43%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001760.1400.120.22126.6719.7173.14
HexADC8B0E0C167f1449
Octal255310260160142617724111
Binary101011011100100010110000111001100101101111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8B0; }

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

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

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

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

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

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

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

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