#A6CDB2

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

Shades of Gum Leaf #A6CDB2

Tints of Gum Leaf #A6CDB2

Color information

#A6CDB2 (or 0xA6CDB2) is unknown color: approx Gum Leaf. HEX triplet: A6, CD and B2. RGB value is (166,205,178). Sum of RGB (Red+Green+Blue) = 166+205+178=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDB2 is #59324D. Grayscale: #BEBEBE. Windows color (decimal): -5845582 or 11718054. OLE color: 11718054.

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

Color convert

RGB166205178-
CMYK0.1900.130.20
HSL138.46º28.06%72.75%-
HSV(B)138.46º19.02%80.39%-
XYZ45.5954.9850.33-
YUV190.26121.08110.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=30.24%
G=37.34%
B=32.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051780.1900.130.20138.4628.0672.75
HexA6CDB2130D148a1c49
Octal246315262230152421234111
Binary10100110110011011011001010011011011010010001010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDB2; }

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

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

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

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

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

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

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

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