Shades of Gum Leaf #AACEB5
Tints of Gum Leaf #AACEB5
RGB
CMYK
RGB Variations
Color information
#AACEB5 (or 0xAACEB5) is known color: Gum Leaf. HEX triplet: AA, CE and B5. RGB value is (170,206,181). Sum of RGB (Red+Green+Blue) = 170+206+181=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB5 is #55314A. Grayscale: #C0C0C0. Windows color (decimal): -5583179 or 11914922. OLE color: 11914922.
HSL color Cylindrical-coordinate representation of color #AACEB5: hue angle of 138.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEB5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 170 | 206 | 181 | - |
CMYK | 0.17 | 0 | 0.12 | 0.19 |
HSL | 138.33º | 0.27% | 0.74% | - |
HSV(B) | 138.33º | 0.17% | 0.81% | - |
XYZ | 46.99 | 56.02 | 52.05 | - |
YUV | 192.39 | 121.57 | 112.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 206 | 181 | 0.17 | 0 | 0.12 | 0.19 | 138.33 | 0.27 | 0.74 |
Hex | AA | CE | B5 | 11 | 0 | C | 13 | 8A | 1B | 4A |
Octal | 252 | 316 | 265 | 21 | 0 | 14 | 23 | 212 | 33 | 112 |
Binary | 10101010 | 11001110 | 10110101 | 10001 | 0 | 1100 | 10011 | 10001010 | 11011 | 1001010 |
Color Harmonies of #AACEB5
Complementary color
Monochromatic Colors of #AACEB5
Black with #AACEB5
Text Example
Text Example
White with #AACEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEB5; }
p { color: rgb(170,206,181); }
H1.HeaderClassName
{
color: #AACEB5;
}
.AnyTagClassName
{
color: #AACEB5;
}
</style>
background-color css
<style>
a { background-color: #AACEB5; }
a { background-color: rgb(170,206,181); }
div.DivClassName
{
background-color: #AACEB5;
}
.BgClassName
{
background-color: #AACEB5;
}
</style>
border-color css
<style>
span { border-color: #AACEB5; }
span { border-color: rgb(170,206,181); }
td.TdClassName
{
border-color: #AACEB5;
}
.TagClassName
{
border-color: #AACEB5;
}
</style>