#ACCEB8

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

Shades of Gum Leaf #ACCEB8

Tints of Gum Leaf #ACCEB8

Color information

#ACCEB8 (or 0xACCEB8) is unknown color: approx Gum Leaf. HEX triplet: AC, CE and B8. RGB value is (172,206,184). Sum of RGB (Red+Green+Blue) = 172+206+184=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEB8 is #533147. Grayscale: #C1C1C1. Windows color (decimal): -5452104 or 12111532. OLE color: 12111532.

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

Color convert

RGB172206184-
CMYK0.1700.110.19
HSL141.18º25.76%74.12%-
HSV(B)141.18º16.5%80.78%-
XYZ47.7456.3753.71-
YUV193.33122.74112.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=30.60%
G=36.65%
B=32.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061840.1700.110.19141.1825.7674.12
HexACCEB8110B138d1a4a
Octal254316270210132321532112
Binary10101100110011101011100010001010111001110001101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEB8; }

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

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

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

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

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

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

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

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