#A8D4B0

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

Shades of Gum Leaf #A8D4B0

Tints of Gum Leaf #A8D4B0

Color information

#A8D4B0 (or 0xA8D4B0) is unknown color: approx Gum Leaf. HEX triplet: A8, D4 and B0. RGB value is (168,212,176). Sum of RGB (Red+Green+Blue) = 168+212+176=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D4B0 is #572B4F. Grayscale: #C2C2C2. Windows color (decimal): -5712720 or 11588776. OLE color: 11588776.

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

Color convert

RGB168212176-
CMYK0.2100.170.17
HSL130.91º33.85%74.51%-
HSV(B)130.91º20.75%83.14%-
XYZ47.5358.5549.87-
YUV194.74117.42108.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.22%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=30.22%
G=38.13%
B=31.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682121760.2100.170.17130.9133.8574.51
HexA8D4B0150111183224b
Octal250324260250212120342113
Binary1010100011010100101100001010101000110001100000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4B0; }

 p { color: rgb(168,212,176); }

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

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

 a { background-color: rgb(168,212,176); }

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

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

 span { border-color: rgb(168,212,176); }

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