#ADCEB6

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

Shades of Gum Leaf #ADCEB6

Tints of Gum Leaf #ADCEB6

Color information

#ADCEB6 (or 0xADCEB6) is unknown color: approx Gum Leaf. HEX triplet: AD, CE and B6. RGB value is (173,206,182). Sum of RGB (Red+Green+Blue) = 173+206+182=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEB6 is #523149. Grayscale: #C1C1C1. Windows color (decimal): -5386570 or 11980461. OLE color: 11980461.

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

Color convert

RGB173206182-
CMYK0.1600.120.19
HSL136.36º25.19%74.31%-
HSV(B)136.36º16.02%80.78%-
XYZ47.7556.452.63-
YUV193.4121.57113.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=30.84%
G=36.72%
B=32.44%

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
Decimal1732061820.1600.120.19136.3625.1974.31
HexADCEB6100C1388194a
Octal255316266200142321031112
Binary10101101110011101011011010000011001001110001000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEB6; }

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

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

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

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

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

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

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

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