#ACCDB6

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

Shades of Gum Leaf #ACCDB6

Tints of Gum Leaf #ACCDB6

Color information

#ACCDB6 (or 0xACCDB6) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and B6. RGB value is (172,205,182). Sum of RGB (Red+Green+Blue) = 172+205+182=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB6 is #533249. Grayscale: #C0C0C0. Windows color (decimal): -5452362 or 11980204. OLE color: 11980204.

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

Color convert

RGB172205182-
CMYK0.1600.110.20
HSL138.18º24.81%73.92%-
HSV(B)138.18º16.1%80.39%-
XYZ47.2955.8152.54-
YUV192.51122.07113.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=30.77%
G=36.67%
B=32.56%

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
Decimal1722051820.1600.110.20138.1824.8173.92
HexACCDB6100B148a194a
Octal254315266200132421231112
Binary10101100110011011011011010000010111010010001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDB6; }

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

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

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

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

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

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

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

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