Shades of Gum Leaf #AED0B2
Tints of Gum Leaf #AED0B2
RGB
CMYK
RGB Variations
Color information
#AED0B2 (or 0xAED0B2) is known color: Gum Leaf. HEX triplet: AE, D0 and B2. RGB value is (174,208,178). Sum of RGB (Red+Green+Blue) = 174+208+178=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0B2 is #512F4D. Grayscale: #C2C2C2. Windows color (decimal): -5320526 or 11718830. OLE color: 11718830.
HSL color Cylindrical-coordinate representation of color #AED0B2: hue angle of 127.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AED0B2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 178 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 127.06º | 0.27% | 0.75% | - |
| HSV(B) | 127.06º | 0.16% | 0.82% | - |
| XYZ | 48.05 | 57.32 | 50.65 | - |
| YUV | 194.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 178 | 0.16 | 0 | 0.14 | 0.18 | 127.06 | 0.27 | 0.75 |
| Hex | AE | D0 | B2 | 10 | 0 | E | 12 | 7F | 1B | 4B |
| Octal | 256 | 320 | 262 | 20 | 0 | 16 | 22 | 177 | 33 | 113 |
| Binary | 10101110 | 11010000 | 10110010 | 10000 | 0 | 1110 | 10010 | 1111111 | 11011 | 1001011 |
Color Harmonies of #AED0B2
Complementary color
Monochromatic Colors of #AED0B2
Black with #AED0B2
Text Example
Text Example
White with #AED0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0B2; }
p { color: rgb(174,208,178); }
H1.HeaderClassName
{
color: #AED0B2;
}
.AnyTagClassName
{
color: #AED0B2;
}
</style>
background-color css
<style>
a { background-color: #AED0B2; }
a { background-color: rgb(174,208,178); }
div.DivClassName
{
background-color: #AED0B2;
}
.BgClassName
{
background-color: #AED0B2;
}
</style>
border-color css
<style>
span { border-color: #AED0B2; }
span { border-color: rgb(174,208,178); }
td.TdClassName
{
border-color: #AED0B2;
}
.TagClassName
{
border-color: #AED0B2;
}
</style>