Shades of Gum Leaf #AECDB2
Tints of Gum Leaf #AECDB2
RGB
CMYK
RGB Variations
Color information
#AECDB2 (or 0xAECDB2) is known color: Gum Leaf. HEX triplet: AE, CD and B2. RGB value is (174,205,178). Sum of RGB (Red+Green+Blue) = 174+205+178=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDB2 is #51324D. Grayscale: #C0C0C0. Windows color (decimal): -5321294 or 11718062. OLE color: 11718062.
HSL color Cylindrical-coordinate representation of color #AECDB2: hue angle of 127.74º 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 #AECDB2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 205 | 178 | - |
CMYK | 0.15 | 0 | 0.13 | 0.20 |
HSL | 127.74º | 0.24% | 0.74% | - |
HSV(B) | 127.74º | 0.15% | 0.8% | - |
XYZ | 47.32 | 55.88 | 50.41 | - |
YUV | 192.65 | 119.73 | 114.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 205 | 178 | 0.15 | 0 | 0.13 | 0.20 | 127.74 | 0.24 | 0.74 |
Hex | AE | CD | B2 | F | 0 | D | 14 | 80 | 18 | 4A |
Octal | 256 | 315 | 262 | 17 | 0 | 15 | 24 | 200 | 30 | 112 |
Binary | 10101110 | 11001101 | 10110010 | 1111 | 0 | 1101 | 10100 | 10000000 | 11000 | 1001010 |
Color Harmonies of #AECDB2
Complementary color
Monochromatic Colors of #AECDB2
Black with #AECDB2
Text Example
Text Example
White with #AECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDB2; }
p { color: rgb(174,205,178); }
H1.HeaderClassName
{
color: #AECDB2;
}
.AnyTagClassName
{
color: #AECDB2;
}
</style>
background-color css
<style>
a { background-color: #AECDB2; }
a { background-color: rgb(174,205,178); }
div.DivClassName
{
background-color: #AECDB2;
}
.BgClassName
{
background-color: #AECDB2;
}
</style>
border-color css
<style>
span { border-color: #AECDB2; }
span { border-color: rgb(174,205,178); }
td.TdClassName
{
border-color: #AECDB2;
}
.TagClassName
{
border-color: #AECDB2;
}
</style>