#ACC3B3

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

Shades of Gum Leaf #ACC3B3

Tints of Gum Leaf #ACC3B3

Color information

#ACC3B3 (or 0xACC3B3) is unknown color: approx Gum Leaf. HEX triplet: AC, C3 and B3. RGB value is (172,195,179). Sum of RGB (Red+Green+Blue) = 172+195+179=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3B3 is #533C4C. Grayscale: #BABABA. Windows color (decimal): -5454925 or 11781036. OLE color: 11781036.

HSL color Cylindrical-coordinate representation of color #ACC3B3: hue angle of 138.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3B3 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB172195179-
CMYK0.1200.080.24
HSL138.26º16.08%71.96%-
HSV(B)138.26º11.79%76.47%-
XYZ44.6751.0650.15-
YUV186.3123.88117.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=31.50%
G=35.71%
B=32.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951790.1200.080.24138.2616.0871.96
HexACC3B3C08188a1048
Octal254303263140103021220110
Binary1010110011000011101100111100010001100010001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3B3; }

 p { color: rgb(172,195,179); }

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

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

 a { background-color: rgb(172,195,179); }

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

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

 span { border-color: rgb(172,195,179); }

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