#A6D1B4

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

Shades of Gum Leaf #A6D1B4

Tints of Gum Leaf #A6D1B4

Color information

#A6D1B4 (or 0xA6D1B4) is unknown color: approx Gum Leaf. HEX triplet: A6, D1 and B4. RGB value is (166,209,180). Sum of RGB (Red+Green+Blue) = 166+209+180=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1B4 is #592E4B. Grayscale: #C0C0C0. Windows color (decimal): -5844556 or 11850150. OLE color: 11850150.

HSL color Cylindrical-coordinate representation of color #A6D1B4: hue angle of 139.53º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1B4 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB166209180-
CMYK0.2100.140.18
HSL139.53º31.85%73.53%-
HSV(B)139.53º20.57%81.96%-
XYZ46.765751.72-
YUV192.84120.75108.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=29.91%
G=37.66%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662091800.2100.140.18139.5331.8573.53
HexA6D1B4150E128c204a
Octal246321264250162221440112
Binary101001101101000110110100101010111010010100011001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D1B4; }

 p { color: rgb(166,209,180); }

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

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

 a { background-color: rgb(166,209,180); }

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

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

 span { border-color: rgb(166,209,180); }

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