Shades of Fringy Flower #AAE6BE
Tints of Fringy Flower #AAE6BE
RGB
CMYK
RGB Variations
Color information
#AAE6BE (or 0xAAE6BE) is known color: Fringy Flower. HEX triplet: AA, E6 and BE. RGB value is (170,230,190). Sum of RGB (Red+Green+Blue) = 170+230+190=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6BE is #551941. Grayscale: #CFCFCF. Windows color (decimal): -5577026 or 12510890. OLE color: 12510890.
HSL color Cylindrical-coordinate representation of color #AAE6BE: hue angle of 140º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6BE is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 190 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.10 |
| HSL | 140º | 0.55% | 0.78% | - |
| HSV(B) | 140º | 0.26% | 0.9% | - |
| XYZ | 54.17 | 68.86 | 59.15 | - |
| YUV | 207.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 190 | 0.26 | 0 | 0.17 | 0.10 | 140 | 0.55 | 0.78 |
| Hex | AA | E6 | BE | 1A | 0 | 11 | A | 8C | 37 | 4E |
| Octal | 252 | 346 | 276 | 32 | 0 | 21 | 12 | 214 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10111110 | 11010 | 0 | 10001 | 1010 | 10001100 | 110111 | 1001110 |
Color Harmonies of #AAE6BE
Complementary color
Monochromatic Colors of #AAE6BE
Black with #AAE6BE
Text Example
Text Example
White with #AAE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6BE; }
p { color: rgb(170,230,190); }
H1.HeaderClassName
{
color: #AAE6BE;
}
.AnyTagClassName
{
color: #AAE6BE;
}
</style>
background-color css
<style>
a { background-color: #AAE6BE; }
a { background-color: rgb(170,230,190); }
div.DivClassName
{
background-color: #AAE6BE;
}
.BgClassName
{
background-color: #AAE6BE;
}
</style>
border-color css
<style>
span { border-color: #AAE6BE; }
span { border-color: rgb(170,230,190); }
td.TdClassName
{
border-color: #AAE6BE;
}
.TagClassName
{
border-color: #AAE6BE;
}
</style>