#ACCEB6

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

Shades of Gum Leaf #ACCEB6

Tints of Gum Leaf #ACCEB6

Color information

#ACCEB6 (or 0xACCEB6) is unknown color: approx Gum Leaf. HEX triplet: AC, CE and B6. RGB value is (172,206,182). Sum of RGB (Red+Green+Blue) = 172+206+182=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEB6 is #533149. Grayscale: #C1C1C1. Windows color (decimal): -5452106 or 11980460. OLE color: 11980460.

HSL color Cylindrical-coordinate representation of color #ACCEB6: hue angle of 137.65º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEB6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB172206182-
CMYK0.1700.120.19
HSL137.65º25.76%74.12%-
HSV(B)137.65º16.5%80.78%-
XYZ47.5356.2952.62-
YUV193.1121.74112.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=30.71%
G=36.79%
B=32.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061820.1700.120.19137.6525.7674.12
HexACCEB6110C138a1a4a
Octal254316266210142321232112
Binary10101100110011101011011010001011001001110001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEB6; }

 p { color: rgb(172,206,182); }

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

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

 a { background-color: rgb(172,206,182); }

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

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

 span { border-color: rgb(172,206,182); }

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