Shades of Fringy Flower #AAEDC0
Tints of Fringy Flower #AAEDC0
RGB
CMYK
RGB Variations
Color information
#AAEDC0 (or 0xAAEDC0) is known color: Fringy Flower. HEX triplet: AA, ED and C0. RGB value is (170,237,192). Sum of RGB (Red+Green+Blue) = 170+237+192=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDC0 is #55123F. Grayscale: #D3D3D3. Windows color (decimal): -5575232 or 12643754. OLE color: 12643754.
HSL color Cylindrical-coordinate representation of color #AAEDC0: hue angle of 139.7º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDC0 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 192 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.07 |
| HSL | 139.7º | 0.65% | 0.8% | - |
| HSV(B) | 139.7º | 0.28% | 0.93% | - |
| XYZ | 56.38 | 72.92 | 60.97 | - |
| YUV | 211.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 192 | 0.28 | 0 | 0.19 | 0.07 | 139.7 | 0.65 | 0.8 |
| Hex | AA | ED | C0 | 1C | 0 | 13 | 7 | 8C | 41 | 50 |
| Octal | 252 | 355 | 300 | 34 | 0 | 23 | 7 | 214 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11000000 | 11100 | 0 | 10011 | 111 | 10001100 | 1000001 | 1010000 |
Color Harmonies of #AAEDC0
Complementary color
Monochromatic Colors of #AAEDC0
Black with #AAEDC0
Text Example
Text Example
White with #AAEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDC0; }
p { color: rgb(170,237,192); }
H1.HeaderClassName
{
color: #AAEDC0;
}
.AnyTagClassName
{
color: #AAEDC0;
}
</style>
background-color css
<style>
a { background-color: #AAEDC0; }
a { background-color: rgb(170,237,192); }
div.DivClassName
{
background-color: #AAEDC0;
}
.BgClassName
{
background-color: #AAEDC0;
}
</style>
border-color css
<style>
span { border-color: #AAEDC0; }
span { border-color: rgb(170,237,192); }
td.TdClassName
{
border-color: #AAEDC0;
}
.TagClassName
{
border-color: #AAEDC0;
}
</style>