#ADCEB7

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

Shades of Gum Leaf #ADCEB7

Tints of Gum Leaf #ADCEB7

Color information

#ADCEB7 (or 0xADCEB7) is unknown color: approx Gum Leaf. HEX triplet: AD, CE and B7. RGB value is (173,206,183). Sum of RGB (Red+Green+Blue) = 173+206+183=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB7 is #523148. Grayscale: #C1C1C1. Windows color (decimal): -5386569 or 12045997. OLE color: 12045997.

HSL color Cylindrical-coordinate representation of color #ADCEB7: hue angle of 138.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEB7 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB173206183-
CMYK0.1600.110.19
HSL138.18º25.19%74.31%-
HSV(B)138.18º16.02%80.78%-
XYZ47.8556.4553.17-
YUV193.51122.07113.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=30.78%
G=36.65%
B=32.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061830.1600.110.19138.1825.1974.31
HexADCEB7100B138a194a
Octal255316267200132321231112
Binary10101101110011101011011110000010111001110001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEB7; }

 p { color: rgb(173,206,183); }

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

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

 a { background-color: rgb(173,206,183); }

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

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

 span { border-color: rgb(173,206,183); }

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