#ACCEB7

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

Shades of Gum Leaf #ACCEB7

Tints of Gum Leaf #ACCEB7

Color information

#ACCEB7 (or 0xACCEB7) is unknown color: approx Gum Leaf. HEX triplet: AC, CE and B7. RGB value is (172,206,183). Sum of RGB (Red+Green+Blue) = 172+206+183=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEB7 is #533148. Grayscale: #C1C1C1. Windows color (decimal): -5452105 or 12045996. OLE color: 12045996.

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

Color convert

RGB172206183-
CMYK0.1700.110.19
HSL139.41º25.76%74.12%-
HSV(B)139.41º16.5%80.78%-
XYZ47.6356.3353.16-
YUV193.21122.24112.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=30.66%
G=36.72%
B=32.62%

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
Decimal1722061830.1700.110.19139.4125.7674.12
HexACCEB7110B138b1a4a
Octal254316267210132321332112
Binary10101100110011101011011110001010111001110001011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEB7; }

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

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

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

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

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

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

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

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