#ADC8B4

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

Shades of Gum Leaf #ADC8B4

Tints of Gum Leaf #ADC8B4

Color information

#ADC8B4 (or 0xADC8B4) is unknown color: approx Gum Leaf. HEX triplet: AD, C8 and B4. RGB value is (173,200,180). Sum of RGB (Red+Green+Blue) = 173+200+180=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8B4 is #52374B. Grayscale: #BDBDBD. Windows color (decimal): -5388108 or 11847853. OLE color: 11847853.

HSL color Cylindrical-coordinate representation of color #ADC8B4: hue angle of 135.56º 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 #ADC8B4 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB173200180-
CMYK0.1400.10.22
HSL135.56º19.71%73.14%-
HSV(B)135.56º13.5%78.43%-
XYZ46.1353.4951.07-
YUV189.65122.55116.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=31.28%
G=36.17%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001800.1400.10.22135.5619.7173.14
HexADC8B4E0A16881449
Octal255310264160122621024111
Binary1010110111001000101101001110010101011010001000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8B4; }

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

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

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

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

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

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

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

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