#ACD7BB

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

Shades of Gum Leaf #ACD7BB

Tints of Gum Leaf #ACD7BB

Color information

#ACD7BB (or 0xACD7BB) is unknown color: approx Gum Leaf. HEX triplet: AC, D7 and BB. RGB value is (172,215,187). Sum of RGB (Red+Green+Blue) = 172+215+187=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BB is #532844. Grayscale: #C7C7C7. Windows color (decimal): -5449797 or 12310444. OLE color: 12310444.

HSL color Cylindrical-coordinate representation of color #ACD7BB: hue angle of 140.93º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7BB is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB172215187-
CMYK0.200.130.16
HSL140.93º34.96%75.88%-
HSV(B)140.93º20%84.31%-
XYZ50.2860.9656.13-
YUV198.95121.25108.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=29.97%
G=37.46%
B=32.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151870.200.130.16140.9334.9675.88
HexACD7BB140D108d234c
Octal254327273240152021543114
Binary101011001101011110111011101000110110000100011011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7BB; }

 p { color: rgb(172,215,187); }

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

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

 a { background-color: rgb(172,215,187); }

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

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

 span { border-color: rgb(172,215,187); }

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