#ACD0B8

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

Shades of Gum Leaf #ACD0B8

Tints of Gum Leaf #ACD0B8

Color information

#ACD0B8 (or 0xACD0B8) is unknown color: approx Gum Leaf. HEX triplet: AC, D0 and B8. RGB value is (172,208,184). Sum of RGB (Red+Green+Blue) = 172+208+184=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0B8 is #532F47. Grayscale: #C2C2C2. Windows color (decimal): -5451592 or 12112044. OLE color: 12112044.

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

Color convert

RGB172208184-
CMYK0.1700.120.18
HSL140º27.69%74.51%-
HSV(B)140º17.31%81.57%-
XYZ48.2257.3453.87-
YUV194.5122.07111.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=30.50%
G=36.88%
B=32.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081840.1700.120.1814027.6974.51
HexACD0B8110C128c1c4b
Octal254320270210142221434113
Binary10101100110100001011100010001011001001010001100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0B8; }

 p { color: rgb(172,208,184); }

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

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

 a { background-color: rgb(172,208,184); }

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

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

 span { border-color: rgb(172,208,184); }

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