#A6D1B3

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

Shades of Gum Leaf #A6D1B3

Tints of Gum Leaf #A6D1B3

Color information

#A6D1B3 (or 0xA6D1B3) is unknown color: approx Gum Leaf. HEX triplet: A6, D1 and B3. RGB value is (166,209,179). Sum of RGB (Red+Green+Blue) = 166+209+179=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1B3 is #592E4C. Grayscale: #C0C0C0. Windows color (decimal): -5844557 or 11784614. OLE color: 11784614.

HSL color Cylindrical-coordinate representation of color #A6D1B3: hue angle of 138.14º 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 #A6D1B3 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB166209179-
CMYK0.2100.140.18
HSL138.14º31.85%73.53%-
HSV(B)138.14º20.57%81.96%-
XYZ46.6656.9651.18-
YUV192.72120.25108.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=29.96%
G=37.73%
B=32.31%

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
Decimal1662091790.2100.140.18138.1431.8573.53
HexA6D1B3150E128a204a
Octal246321263250162221240112
Binary101001101101000110110011101010111010010100010101000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D1B3; }

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

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

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

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

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

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

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

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