Shades of Gum Leaf #A8CFB5
Tints of Gum Leaf #A8CFB5
RGB
CMYK
RGB Variations
Color information
#A8CFB5 (or 0xA8CFB5) is known color: Gum Leaf. HEX triplet: A8, CF and B5. RGB value is (168,207,181). Sum of RGB (Red+Green+Blue) = 168+207+181=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB5 is #57304A. Grayscale: #C0C0C0. Windows color (decimal): -5713995 or 11915176. OLE color: 11915176.
HSL color Cylindrical-coordinate representation of color #A8CFB5: hue angle of 140º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 207 | 181 | - |
CMYK | 0.19 | 0 | 0.13 | 0.19 |
HSL | 140º | 0.29% | 0.74% | - |
HSV(B) | 140º | 0.19% | 0.81% | - |
XYZ | 46.8 | 56.29 | 52.11 | - |
YUV | 192.38 | 121.58 | 110.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 207 | 181 | 0.19 | 0 | 0.13 | 0.19 | 140 | 0.29 | 0.74 |
Hex | A8 | CF | B5 | 13 | 0 | D | 13 | 8C | 1D | 4A |
Octal | 250 | 317 | 265 | 23 | 0 | 15 | 23 | 214 | 35 | 112 |
Binary | 10101000 | 11001111 | 10110101 | 10011 | 0 | 1101 | 10011 | 10001100 | 11101 | 1001010 |
Color Harmonies of #A8CFB5
Complementary color
Monochromatic Colors of #A8CFB5
Black with #A8CFB5
Text Example
Text Example
White with #A8CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFB5; }
p { color: rgb(168,207,181); }
H1.HeaderClassName
{
color: #A8CFB5;
}
.AnyTagClassName
{
color: #A8CFB5;
}
</style>
background-color css
<style>
a { background-color: #A8CFB5; }
a { background-color: rgb(168,207,181); }
div.DivClassName
{
background-color: #A8CFB5;
}
.BgClassName
{
background-color: #A8CFB5;
}
</style>
border-color css
<style>
span { border-color: #A8CFB5; }
span { border-color: rgb(168,207,181); }
td.TdClassName
{
border-color: #A8CFB5;
}
.TagClassName
{
border-color: #A8CFB5;
}
</style>