Shades of Gum Leaf #AEC1B2
Tints of Gum Leaf #AEC1B2
RGB
CMYK
RGB Variations
Color information
#AEC1B2 (or 0xAEC1B2) is known color: Gum Leaf. HEX triplet: AE, C1 and B2. RGB value is (174,193,178). Sum of RGB (Red+Green+Blue) = 174+193+178=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1B2 is #513E4D. Grayscale: #B9B9B9. Windows color (decimal): -5324366 or 11714990. OLE color: 11714990.
HSL color Cylindrical-coordinate representation of color #AEC1B2: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC1B2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 178 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.24 |
| HSL | 132.63º | 0.13% | 0.72% | - |
| HSV(B) | 132.63º | 0.1% | 0.76% | - |
| XYZ | 44.56 | 50.35 | 49.49 | - |
| YUV | 185.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 178 | 0.10 | 0 | 0.08 | 0.24 | 132.63 | 0.13 | 0.72 |
| Hex | AE | C1 | B2 | A | 0 | 8 | 18 | 85 | D | 48 |
| Octal | 256 | 301 | 262 | 12 | 0 | 10 | 30 | 205 | 15 | 110 |
| Binary | 10101110 | 11000001 | 10110010 | 1010 | 0 | 1000 | 11000 | 10000101 | 1101 | 1001000 |
Color Harmonies of #AEC1B2
Complementary color
Monochromatic Colors of #AEC1B2
Black with #AEC1B2
Text Example
Text Example
White with #AEC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1B2; }
p { color: rgb(174,193,178); }
H1.HeaderClassName
{
color: #AEC1B2;
}
.AnyTagClassName
{
color: #AEC1B2;
}
</style>
background-color css
<style>
a { background-color: #AEC1B2; }
a { background-color: rgb(174,193,178); }
div.DivClassName
{
background-color: #AEC1B2;
}
.BgClassName
{
background-color: #AEC1B2;
}
</style>
border-color css
<style>
span { border-color: #AEC1B2; }
span { border-color: rgb(174,193,178); }
td.TdClassName
{
border-color: #AEC1B2;
}
.TagClassName
{
border-color: #AEC1B2;
}
</style>