Shades of Gum Leaf #A6CFB5
Tints of Gum Leaf #A6CFB5
RGB
CMYK
RGB Variations
Color information
#A6CFB5 (or 0xA6CFB5) is known color: Gum Leaf. HEX triplet: A6, CF and B5. RGB value is (166,207,181). Sum of RGB (Red+Green+Blue) = 166+207+181=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFB5 is #59304A. Grayscale: #BFBFBF. Windows color (decimal): -5845067 or 11915174. OLE color: 11915174.
HSL color Cylindrical-coordinate representation of color #A6CFB5: hue angle of 141.95º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFB5 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 181 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.19 |
| HSL | 141.95º | 0.3% | 0.73% | - |
| HSV(B) | 141.95º | 0.2% | 0.81% | - |
| XYZ | 46.38 | 56.07 | 52.09 | - |
| YUV | 191.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 181 | 0.20 | 0 | 0.13 | 0.19 | 141.95 | 0.3 | 0.73 |
| Hex | A6 | CF | B5 | 14 | 0 | D | 13 | 8E | 1E | 49 |
| Octal | 246 | 317 | 265 | 24 | 0 | 15 | 23 | 216 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10110101 | 10100 | 0 | 1101 | 10011 | 10001110 | 11110 | 1001001 |
Color Harmonies of #A6CFB5
Complementary color
Monochromatic Colors of #A6CFB5
Black with #A6CFB5
Text Example
Text Example
White with #A6CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFB5; }
p { color: rgb(166,207,181); }
H1.HeaderClassName
{
color: #A6CFB5;
}
.AnyTagClassName
{
color: #A6CFB5;
}
</style>
background-color css
<style>
a { background-color: #A6CFB5; }
a { background-color: rgb(166,207,181); }
div.DivClassName
{
background-color: #A6CFB5;
}
.BgClassName
{
background-color: #A6CFB5;
}
</style>
border-color css
<style>
span { border-color: #A6CFB5; }
span { border-color: rgb(166,207,181); }
td.TdClassName
{
border-color: #A6CFB5;
}
.TagClassName
{
border-color: #A6CFB5;
}
</style>