#ACCDB7

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

Shades of Gum Leaf #ACCDB7

Tints of Gum Leaf #ACCDB7

Color information

#ACCDB7 (or 0xACCDB7) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and B7. RGB value is (172,205,183). Sum of RGB (Red+Green+Blue) = 172+205+183=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB7 is #533248. Grayscale: #C0C0C0. Windows color (decimal): -5452361 or 12045740. OLE color: 12045740.

HSL color Cylindrical-coordinate representation of color #ACCDB7: hue angle of 140º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDB7 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB172205183-
CMYK0.1600.110.20
HSL140º24.81%73.92%-
HSV(B)140º16.1%80.39%-
XYZ47.3955.8553.08-
YUV192.62122.57113.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=30.71%
G=36.61%
B=32.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051830.1600.110.2014024.8173.92
HexACCDB7100B148c194a
Octal254315267200132421431112
Binary10101100110011011011011110000010111010010001100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB7; }

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

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

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

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

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

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

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

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