Shades of Fringy Flower #AAE6BB
Tints of Fringy Flower #AAE6BB
RGB
CMYK
RGB Variations
Color information
#AAE6BB (or 0xAAE6BB) is known color: Fringy Flower. HEX triplet: AA, E6 and BB. RGB value is (170,230,187). Sum of RGB (Red+Green+Blue) = 170+230+187=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6BB is #551944. Grayscale: #CFCFCF. Windows color (decimal): -5577029 or 12314282. OLE color: 12314282.
HSL color Cylindrical-coordinate representation of color #AAE6BB: hue angle of 137º 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 #AAE6BB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 187 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.10 |
| HSL | 137º | 0.55% | 0.78% | - |
| HSV(B) | 137º | 0.26% | 0.9% | - |
| XYZ | 53.84 | 68.73 | 57.44 | - |
| YUV | 207.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 187 | 0.26 | 0 | 0.19 | 0.10 | 137 | 0.55 | 0.78 |
| Hex | AA | E6 | BB | 1A | 0 | 13 | A | 89 | 37 | 4E |
| Octal | 252 | 346 | 273 | 32 | 0 | 23 | 12 | 211 | 67 | 116 |
| Binary | 10101010 | 11100110 | 10111011 | 11010 | 0 | 10011 | 1010 | 10001001 | 110111 | 1001110 |
Color Harmonies of #AAE6BB
Complementary color
Monochromatic Colors of #AAE6BB
Black with #AAE6BB
Text Example
Text Example
White with #AAE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6BB; }
p { color: rgb(170,230,187); }
H1.HeaderClassName
{
color: #AAE6BB;
}
.AnyTagClassName
{
color: #AAE6BB;
}
</style>
background-color css
<style>
a { background-color: #AAE6BB; }
a { background-color: rgb(170,230,187); }
div.DivClassName
{
background-color: #AAE6BB;
}
.BgClassName
{
background-color: #AAE6BB;
}
</style>
border-color css
<style>
span { border-color: #AAE6BB; }
span { border-color: rgb(170,230,187); }
td.TdClassName
{
border-color: #AAE6BB;
}
.TagClassName
{
border-color: #AAE6BB;
}
</style>