Shades of Gum Leaf #AECAB2
Tints of Gum Leaf #AECAB2
RGB
CMYK
RGB Variations
Color information
#AECAB2 (or 0xAECAB2) is known color: Gum Leaf. HEX triplet: AE, CA and B2. RGB value is (174,202,178). Sum of RGB (Red+Green+Blue) = 174+202+178=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB2 is #51354D. Grayscale: #BEBEBE. Windows color (decimal): -5322062 or 11717294. OLE color: 11717294.
HSL color Cylindrical-coordinate representation of color #AECAB2: hue angle of 128.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 202 | 178 | - |
CMYK | 0.14 | 0 | 0.12 | 0.21 |
HSL | 128.57º | 0.21% | 0.74% | - |
HSV(B) | 128.57º | 0.14% | 0.79% | - |
XYZ | 46.61 | 54.45 | 50.17 | - |
YUV | 190.89 | 120.72 | 115.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 178 | 0.14 | 0 | 0.12 | 0.21 | 128.57 | 0.21 | 0.74 |
Hex | AE | CA | B2 | E | 0 | C | 15 | 81 | 15 | 4A |
Octal | 256 | 312 | 262 | 16 | 0 | 14 | 25 | 201 | 25 | 112 |
Binary | 10101110 | 11001010 | 10110010 | 1110 | 0 | 1100 | 10101 | 10000001 | 10101 | 1001010 |
Color Harmonies of #AECAB2
Complementary color
Monochromatic Colors of #AECAB2
Black with #AECAB2
Text Example
Text Example
White with #AECAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAB2; }
p { color: rgb(174,202,178); }
H1.HeaderClassName
{
color: #AECAB2;
}
.AnyTagClassName
{
color: #AECAB2;
}
</style>
background-color css
<style>
a { background-color: #AECAB2; }
a { background-color: rgb(174,202,178); }
div.DivClassName
{
background-color: #AECAB2;
}
.BgClassName
{
background-color: #AECAB2;
}
</style>
border-color css
<style>
span { border-color: #AECAB2; }
span { border-color: rgb(174,202,178); }
td.TdClassName
{
border-color: #AECAB2;
}
.TagClassName
{
border-color: #AECAB2;
}
</style>