Shades of Gum Leaf #AED0B3
Tints of Gum Leaf #AED0B3
RGB
CMYK
RGB Variations
Color information
#AED0B3 (or 0xAED0B3) is known color: Gum Leaf. HEX triplet: AE, D0 and B3. RGB value is (174,208,179). Sum of RGB (Red+Green+Blue) = 174+208+179=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0B3 is #512F4C. Grayscale: #C2C2C2. Windows color (decimal): -5320525 or 11784366. OLE color: 11784366.
HSL color Cylindrical-coordinate representation of color #AED0B3: hue angle of 128.82º 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 #AED0B3 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 179 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 128.82º | 0.27% | 0.75% | - |
| HSV(B) | 128.82º | 0.16% | 0.82% | - |
| XYZ | 48.15 | 57.37 | 51.18 | - |
| YUV | 194.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 179 | 0.16 | 0 | 0.14 | 0.18 | 128.82 | 0.27 | 0.75 |
| Hex | AE | D0 | B3 | 10 | 0 | E | 12 | 81 | 1B | 4B |
| Octal | 256 | 320 | 263 | 20 | 0 | 16 | 22 | 201 | 33 | 113 |
| Binary | 10101110 | 11010000 | 10110011 | 10000 | 0 | 1110 | 10010 | 10000001 | 11011 | 1001011 |
Color Harmonies of #AED0B3
Complementary color
Monochromatic Colors of #AED0B3
Black with #AED0B3
Text Example
Text Example
White with #AED0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0B3; }
p { color: rgb(174,208,179); }
H1.HeaderClassName
{
color: #AED0B3;
}
.AnyTagClassName
{
color: #AED0B3;
}
</style>
background-color css
<style>
a { background-color: #AED0B3; }
a { background-color: rgb(174,208,179); }
div.DivClassName
{
background-color: #AED0B3;
}
.BgClassName
{
background-color: #AED0B3;
}
</style>
border-color css
<style>
span { border-color: #AED0B3; }
span { border-color: rgb(174,208,179); }
td.TdClassName
{
border-color: #AED0B3;
}
.TagClassName
{
border-color: #AED0B3;
}
</style>