#A6CBAF

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

Shades of Gum Leaf #A6CBAF

Tints of Gum Leaf #A6CBAF

Color information

#A6CBAF (or 0xA6CBAF) is unknown color: approx Gum Leaf. HEX triplet: A6, CB and AF. RGB value is (166,203,175). Sum of RGB (Red+Green+Blue) = 166+203+175=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAF is #593450. Grayscale: #BCBCBC. Windows color (decimal): -5846097 or 11520934. OLE color: 11520934.

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

Color convert

RGB166203175-
CMYK0.1800.140.20
HSL134.59º26.24%72.35%-
HSV(B)134.59º18.23%79.61%-
XYZ44.8253.9148.6-
YUV188.74120.24111.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=30.51%
G=37.32%
B=32.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662031750.1800.140.20134.5926.2472.35
HexA6CBAF120E14871a48
Octal246313257220162420732110
Binary10100110110010111010111110010011101010010000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBAF; }

 p { color: rgb(166,203,175); }

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

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

 a { background-color: rgb(166,203,175); }

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

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

 span { border-color: rgb(166,203,175); }

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