#A7D0B6

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

Shades of Gum Leaf #A7D0B6

Tints of Gum Leaf #A7D0B6

Color information

#A7D0B6 (or 0xA7D0B6) is unknown color: approx Gum Leaf. HEX triplet: A7, D0 and B6. RGB value is (167,208,182). Sum of RGB (Red+Green+Blue) = 167+208+182=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0B6 is #582F49. Grayscale: #C0C0C0. Windows color (decimal): -5779274 or 11980967. OLE color: 11980967.

HSL color Cylindrical-coordinate representation of color #A7D0B6: hue angle of 141.95º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D0B6 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB167208182-
CMYK0.2000.120.18
HSL141.95º30.37%73.53%-
HSV(B)141.95º19.71%81.57%-
XYZ46.9456.752.73-
YUV192.78121.92109.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.98%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=29.98%
G=37.34%
B=32.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081820.2000.120.18141.9530.3773.53
HexA7D0B6140C128e1e4a
Octal247320266240142221636112
Binary10100111110100001011011010100011001001010001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D0B6; }

 p { color: rgb(167,208,182); }

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

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

 a { background-color: rgb(167,208,182); }

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

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

 span { border-color: rgb(167,208,182); }

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