#A6CBAE

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

Shades of Gum Leaf #A6CBAE

Tints of Gum Leaf #A6CBAE

Color information

#A6CBAE (or 0xA6CBAE) is unknown color: approx Gum Leaf. HEX triplet: A6, CB and AE. RGB value is (166,203,174). Sum of RGB (Red+Green+Blue) = 166+203+174=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CBAE is #593451. Grayscale: #BCBCBC. Windows color (decimal): -5846098 or 11455398. OLE color: 11455398.

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

Color convert

RGB166203174-
CMYK0.1800.140.20
HSL132.97º26.24%72.35%-
HSV(B)132.97º18.23%79.61%-
XYZ44.7253.8748.09-
YUV188.63119.74111.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=30.57%
G=37.38%
B=32.04%

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
Decimal1662031740.1800.140.20132.9726.2472.35
HexA6CBAE120E14851a48
Octal246313256220162420532110
Binary10100110110010111010111010010011101010010000101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBAE; }

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

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

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

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

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

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

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

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