#A6CDB1

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

Shades of Gum Leaf #A6CDB1

Tints of Gum Leaf #A6CDB1

Color information

#A6CDB1 (or 0xA6CDB1) is unknown color: approx Gum Leaf. HEX triplet: A6, CD and B1. RGB value is (166,205,177). Sum of RGB (Red+Green+Blue) = 166+205+177=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDB1 is #59324E. Grayscale: #BEBEBE. Windows color (decimal): -5845583 or 11652518. OLE color: 11652518.

HSL color Cylindrical-coordinate representation of color #A6CDB1: hue angle of 136.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDB1 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB166205177-
CMYK0.1900.140.20
HSL136.92º28.06%72.75%-
HSV(B)136.92º19.02%80.39%-
XYZ45.4954.9449.8-
YUV190.15120.58110.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=30.29%
G=37.41%
B=32.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051770.1900.140.20136.9228.0672.75
HexA6CDB1130E14891c49
Octal246315261230162421134111
Binary10100110110011011011000110011011101010010001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDB1; }

 p { color: rgb(166,205,177); }

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

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

 a { background-color: rgb(166,205,177); }

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

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

 span { border-color: rgb(166,205,177); }

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