#ACD3BA

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

Shades of Gum Leaf #ACD3BA

Tints of Gum Leaf #ACD3BA

Color information

#ACD3BA (or 0xACD3BA) is unknown color: approx Gum Leaf. HEX triplet: AC, D3 and BA. RGB value is (172,211,186). Sum of RGB (Red+Green+Blue) = 172+211+186=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3BA is #532C45. Grayscale: #C4C4C4. Windows color (decimal): -5450822 or 12243884. OLE color: 12243884.

HSL color Cylindrical-coordinate representation of color #ACD3BA: hue angle of 141.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3BA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB172211186-
CMYK0.1800.120.17
HSL141.54º30.71%75.1%-
HSV(B)141.54º18.48%82.75%-
XYZ49.1758.955.23-
YUV196.49122.08110.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=30.23%
G=37.08%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111860.1800.120.17141.5430.7175.1
HexACD3BA120C118e1f4b
Octal254323272220142121637113
Binary10101100110100111011101010010011001000110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3BA; }

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

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

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

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

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

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

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

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