#ADCEB5

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

Shades of Gum Leaf #ADCEB5

Tints of Gum Leaf #ADCEB5

Color information

#ADCEB5 (or 0xADCEB5) is unknown color: approx Gum Leaf. HEX triplet: AD, CE and B5. RGB value is (173,206,181). Sum of RGB (Red+Green+Blue) = 173+206+181=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB5 is #52314A. Grayscale: #C1C1C1. Windows color (decimal): -5386571 or 11914925. OLE color: 11914925.

HSL color Cylindrical-coordinate representation of color #ADCEB5: hue angle of 134.55º 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 #ADCEB5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB173206181-
CMYK0.1600.120.19
HSL134.55º25.19%74.31%-
HSV(B)134.55º16.02%80.78%-
XYZ47.6556.3652.08-
YUV193.28121.07113.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=30.89%
G=36.79%
B=32.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061810.1600.120.19134.5525.1974.31
HexADCEB5100C1387194a
Octal255316265200142320731112
Binary10101101110011101011010110000011001001110000111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEB5; }

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

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

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

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

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

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

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

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