Shades of Gum Leaf #A8D4B0
Tints of Gum Leaf #A8D4B0
RGB
CMYK
RGB Variations
Color information
#A8D4B0 (or 0xA8D4B0) is known color: 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
RGB | 168 | 212 | 176 | - |
CMYK | 0.21 | 0 | 0.17 | 0.17 |
HSL | 130.91º | 0.34% | 0.75% | - |
HSV(B) | 130.91º | 0.21% | 0.83% | - |
XYZ | 47.53 | 58.55 | 49.87 | - |
YUV | 194.74 | 117.42 | 108.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 212 | 176 | 0.21 | 0 | 0.17 | 0.17 | 130.91 | 0.34 | 0.75 |
Hex | A8 | D4 | B0 | 15 | 0 | 11 | 11 | 83 | 22 | 4B |
Octal | 250 | 324 | 260 | 25 | 0 | 21 | 21 | 203 | 42 | 113 |
Binary | 10101000 | 11010100 | 10110000 | 10101 | 0 | 10001 | 10001 | 10000011 | 100010 | 1001011 |
Color Harmonies of #A8D4B0
Complementary color
Monochromatic Colors of #A8D4B0
Black with #A8D4B0
Text Example
Text Example
White with #A8D4B0
Text Example
Text Example
HTML Codes & Css Web 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>