#ACD5BA

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

Shades of Gum Leaf #ACD5BA

Tints of Gum Leaf #ACD5BA

Color information

#ACD5BA (or 0xACD5BA) is unknown color: approx Gum Leaf. HEX triplet: AC, D5 and BA. RGB value is (172,213,186). Sum of RGB (Red+Green+Blue) = 172+213+186=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5BA is #532A45. Grayscale: #C5C5C5. Windows color (decimal): -5450310 or 12244396. OLE color: 12244396.

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

Color convert

RGB172213186-
CMYK0.1900.130.16
HSL140.49º32.8%75.49%-
HSV(B)140.49º19.25%83.53%-
XYZ49.6759.955.4-
YUV197.66121.42109.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=30.12%
G=37.30%
B=32.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131860.1900.130.16140.4932.875.49
HexACD5BA130D108c214b
Octal254325272230152021441113
Binary101011001101010110111010100110110110000100011001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5BA; }

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

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

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

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

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

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

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

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