Shades of Gum Leaf #AED5B8
Tints of Gum Leaf #AED5B8
RGB
CMYK
RGB Variations
Color information
#AED5B8 (or 0xAED5B8) is known color: Gum Leaf. HEX triplet: AE, D5 and B8. RGB value is (174,213,184). Sum of RGB (Red+Green+Blue) = 174+213+184=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5B8 is #512A47. Grayscale: #C6C6C6. Windows color (decimal): -5319240 or 12113326. OLE color: 12113326.
HSL color Cylindrical-coordinate representation of color #AED5B8: hue angle of 135.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED5B8 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 184 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.16 |
| HSL | 135.38º | 0.32% | 0.76% | - |
| HSV(B) | 135.38º | 0.18% | 0.84% | - |
| XYZ | 49.9 | 60.05 | 54.31 | - |
| YUV | 198.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 184 | 0.18 | 0 | 0.14 | 0.16 | 135.38 | 0.32 | 0.76 |
| Hex | AE | D5 | B8 | 12 | 0 | E | 10 | 87 | 20 | 4C |
| Octal | 256 | 325 | 270 | 22 | 0 | 16 | 20 | 207 | 40 | 114 |
| Binary | 10101110 | 11010101 | 10111000 | 10010 | 0 | 1110 | 10000 | 10000111 | 100000 | 1001100 |
Color Harmonies of #AED5B8
Complementary color
Monochromatic Colors of #AED5B8
Black with #AED5B8
Text Example
Text Example
White with #AED5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5B8; }
p { color: rgb(174,213,184); }
H1.HeaderClassName
{
color: #AED5B8;
}
.AnyTagClassName
{
color: #AED5B8;
}
</style>
background-color css
<style>
a { background-color: #AED5B8; }
a { background-color: rgb(174,213,184); }
div.DivClassName
{
background-color: #AED5B8;
}
.BgClassName
{
background-color: #AED5B8;
}
</style>
border-color css
<style>
span { border-color: #AED5B8; }
span { border-color: rgb(174,213,184); }
td.TdClassName
{
border-color: #AED5B8;
}
.TagClassName
{
border-color: #AED5B8;
}
</style>