Shades of Fringy Flower #AAEBC0
Tints of Fringy Flower #AAEBC0
RGB
CMYK
RGB Variations
Color information
#AAEBC0 (or 0xAAEBC0) is known color: Fringy Flower. HEX triplet: AA, EB and C0. RGB value is (170,235,192). Sum of RGB (Red+Green+Blue) = 170+235+192=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC0 is #55143F. Grayscale: #D2D2D2. Windows color (decimal): -5575744 or 12643242. OLE color: 12643242.
HSL color Cylindrical-coordinate representation of color #AAEBC0: hue angle of 140.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC0 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 192 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.08 |
| HSL | 140.31º | 0.62% | 0.79% | - |
| HSV(B) | 140.31º | 0.28% | 0.92% | - |
| XYZ | 55.8 | 71.77 | 60.78 | - |
| YUV | 210.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 192 | 0.28 | 0 | 0.18 | 0.08 | 140.31 | 0.62 | 0.79 |
| Hex | AA | EB | C0 | 1C | 0 | 12 | 8 | 8C | 3E | 4F |
| Octal | 252 | 353 | 300 | 34 | 0 | 22 | 10 | 214 | 76 | 117 |
| Binary | 10101010 | 11101011 | 11000000 | 11100 | 0 | 10010 | 1000 | 10001100 | 111110 | 1001111 |
Color Harmonies of #AAEBC0
Complementary color
Monochromatic Colors of #AAEBC0
Black with #AAEBC0
Text Example
Text Example
White with #AAEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBC0; }
p { color: rgb(170,235,192); }
H1.HeaderClassName
{
color: #AAEBC0;
}
.AnyTagClassName
{
color: #AAEBC0;
}
</style>
background-color css
<style>
a { background-color: #AAEBC0; }
a { background-color: rgb(170,235,192); }
div.DivClassName
{
background-color: #AAEBC0;
}
.BgClassName
{
background-color: #AAEBC0;
}
</style>
border-color css
<style>
span { border-color: #AAEBC0; }
span { border-color: rgb(170,235,192); }
td.TdClassName
{
border-color: #AAEBC0;
}
.TagClassName
{
border-color: #AAEBC0;
}
</style>