Shades of Gum Leaf #A8CEAF
Tints of Gum Leaf #A8CEAF
RGB
CMYK
RGB Variations
Color information
#A8CEAF (or 0xA8CEAF) is known color: Gum Leaf. HEX triplet: A8, CE and AF. RGB value is (168,206,175). Sum of RGB (Red+Green+Blue) = 168+206+175=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEAF is #573150. Grayscale: #BFBFBF. Windows color (decimal): -5714257 or 11521704. OLE color: 11521704.
HSL color Cylindrical-coordinate representation of color #A8CEAF: hue angle of 131.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEAF is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 206 | 175 | - |
CMYK | 0.18 | 0 | 0.15 | 0.19 |
HSL | 131.05º | 0.28% | 0.73% | - |
HSV(B) | 131.05º | 0.18% | 0.81% | - |
XYZ | 45.96 | 55.56 | 48.86 | - |
YUV | 191.1 | 118.91 | 111.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 206 | 175 | 0.18 | 0 | 0.15 | 0.19 | 131.05 | 0.28 | 0.73 |
Hex | A8 | CE | AF | 12 | 0 | F | 13 | 83 | 1C | 49 |
Octal | 250 | 316 | 257 | 22 | 0 | 17 | 23 | 203 | 34 | 111 |
Binary | 10101000 | 11001110 | 10101111 | 10010 | 0 | 1111 | 10011 | 10000011 | 11100 | 1001001 |
Color Harmonies of #A8CEAF
Complementary color
Monochromatic Colors of #A8CEAF
Black with #A8CEAF
Text Example
Text Example
White with #A8CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEAF; }
p { color: rgb(168,206,175); }
H1.HeaderClassName
{
color: #A8CEAF;
}
.AnyTagClassName
{
color: #A8CEAF;
}
</style>
background-color css
<style>
a { background-color: #A8CEAF; }
a { background-color: rgb(168,206,175); }
div.DivClassName
{
background-color: #A8CEAF;
}
.BgClassName
{
background-color: #A8CEAF;
}
</style>
border-color css
<style>
span { border-color: #A8CEAF; }
span { border-color: rgb(168,206,175); }
td.TdClassName
{
border-color: #A8CEAF;
}
.TagClassName
{
border-color: #A8CEAF;
}
</style>