Shades of Gum Leaf #AECDB7
Tints of Gum Leaf #AECDB7
RGB
CMYK
RGB Variations
Color information
#AECDB7 (or 0xAECDB7) is known color: Gum Leaf. HEX triplet: AE, CD and B7. RGB value is (174,205,183). Sum of RGB (Red+Green+Blue) = 174+205+183=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDB7 is #513248. Grayscale: #C1C1C1. Windows color (decimal): -5321289 or 12045742. OLE color: 12045742.
HSL color Cylindrical-coordinate representation of color #AECDB7: hue angle of 137.42º 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 #AECDB7 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 205 | 183 | - |
CMYK | 0.15 | 0 | 0.11 | 0.20 |
HSL | 137.42º | 0.24% | 0.74% | - |
HSV(B) | 137.42º | 0.15% | 0.8% | - |
XYZ | 47.83 | 56.08 | 53.1 | - |
YUV | 193.22 | 122.23 | 114.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 183 | 0.15 | 0 | 0.11 | 0.20 | 137.42 | 0.24 | 0.74 |
Hex | AE | CD | B7 | F | 0 | B | 14 | 89 | 18 | 4A |
Octal | 256 | 315 | 267 | 17 | 0 | 13 | 24 | 211 | 30 | 112 |
Binary | 10101110 | 11001101 | 10110111 | 1111 | 0 | 1011 | 10100 | 10001001 | 11000 | 1001010 |
Color Harmonies of #AECDB7
Complementary color
Monochromatic Colors of #AECDB7
Black with #AECDB7
Text Example
Text Example
White with #AECDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDB7; }
p { color: rgb(174,205,183); }
H1.HeaderClassName
{
color: #AECDB7;
}
.AnyTagClassName
{
color: #AECDB7;
}
</style>
background-color css
<style>
a { background-color: #AECDB7; }
a { background-color: rgb(174,205,183); }
div.DivClassName
{
background-color: #AECDB7;
}
.BgClassName
{
background-color: #AECDB7;
}
</style>
border-color css
<style>
span { border-color: #AECDB7; }
span { border-color: rgb(174,205,183); }
td.TdClassName
{
border-color: #AECDB7;
}
.TagClassName
{
border-color: #AECDB7;
}
</style>