#ACD7BA

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

Shades of Gum Leaf #ACD7BA

Tints of Gum Leaf #ACD7BA

Color information

#ACD7BA (or 0xACD7BA) is unknown color: approx Gum Leaf. HEX triplet: AC, D7 and BA. RGB value is (172,215,186). Sum of RGB (Red+Green+Blue) = 172+215+186=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BA is #532845. Grayscale: #C6C6C6. Windows color (decimal): -5449798 or 12244908. OLE color: 12244908.

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

Color convert

RGB172215186-
CMYK0.200.130.16
HSL139.53º34.96%75.88%-
HSV(B)139.53º20%84.31%-
XYZ50.1860.9255.57-
YUV198.84120.75108.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=30.02%
G=37.52%
B=32.46%

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
Decimal1722151860.200.130.16139.5334.9675.88
HexACD7BA140D108c234c
Octal254327272240152021443114
Binary101011001101011110111010101000110110000100011001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7BA; }

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

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

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

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

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

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

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

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