Shades of Gum Leaf #AECDB6
Tints of Gum Leaf #AECDB6
RGB
CMYK
RGB Variations
Color information
#AECDB6 (or 0xAECDB6) is known color: Gum Leaf. HEX triplet: AE, CD and B6. RGB value is (174,205,182). Sum of RGB (Red+Green+Blue) = 174+205+182=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDB6 is #513249. Grayscale: #C1C1C1. Windows color (decimal): -5321290 or 11980206. OLE color: 11980206.
HSL color Cylindrical-coordinate representation of color #AECDB6: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDB6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 205 | 182 | - |
CMYK | 0.15 | 0 | 0.11 | 0.20 |
HSL | 135.48º | 0.24% | 0.74% | - |
HSV(B) | 135.48º | 0.15% | 0.8% | - |
XYZ | 47.73 | 56.04 | 52.56 | - |
YUV | 193.11 | 121.73 | 114.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 182 | 0.15 | 0 | 0.11 | 0.20 | 135.48 | 0.24 | 0.74 |
Hex | AE | CD | B6 | F | 0 | B | 14 | 87 | 18 | 4A |
Octal | 256 | 315 | 266 | 17 | 0 | 13 | 24 | 207 | 30 | 112 |
Binary | 10101110 | 11001101 | 10110110 | 1111 | 0 | 1011 | 10100 | 10000111 | 11000 | 1001010 |
Color Harmonies of #AECDB6
Complementary color
Monochromatic Colors of #AECDB6
Black with #AECDB6
Text Example
Text Example
White with #AECDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDB6; }
p { color: rgb(174,205,182); }
H1.HeaderClassName
{
color: #AECDB6;
}
.AnyTagClassName
{
color: #AECDB6;
}
</style>
background-color css
<style>
a { background-color: #AECDB6; }
a { background-color: rgb(174,205,182); }
div.DivClassName
{
background-color: #AECDB6;
}
.BgClassName
{
background-color: #AECDB6;
}
</style>
border-color css
<style>
span { border-color: #AECDB6; }
span { border-color: rgb(174,205,182); }
td.TdClassName
{
border-color: #AECDB6;
}
.TagClassName
{
border-color: #AECDB6;
}
</style>