Shades of Fringy Flower #AAEFC0
Tints of Fringy Flower #AAEFC0
RGB
CMYK
RGB Variations
Color information
#AAEFC0 (or 0xAAEFC0) is known color: Fringy Flower. HEX triplet: AA, EF and C0. RGB value is (170,239,192). Sum of RGB (Red+Green+Blue) = 170+239+192=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC0 is #55103F. Grayscale: #D5D5D5. Windows color (decimal): -5574720 or 12644266. OLE color: 12644266.
HSL color Cylindrical-coordinate representation of color #AAEFC0: hue angle of 139.13º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFC0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 192 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.06 |
| HSL | 139.13º | 0.68% | 0.8% | - |
| HSV(B) | 139.13º | 0.29% | 0.94% | - |
| XYZ | 56.96 | 74.08 | 61.17 | - |
| YUV | 213.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 192 | 0.29 | 0 | 0.20 | 0.06 | 139.13 | 0.68 | 0.8 |
| Hex | AA | EF | C0 | 1D | 0 | 14 | 6 | 8B | 44 | 50 |
| Octal | 252 | 357 | 300 | 35 | 0 | 24 | 6 | 213 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11000000 | 11101 | 0 | 10100 | 110 | 10001011 | 1000100 | 1010000 |
Color Harmonies of #AAEFC0
Complementary color
Monochromatic Colors of #AAEFC0
Black with #AAEFC0
Text Example
Text Example
White with #AAEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFC0; }
p { color: rgb(170,239,192); }
H1.HeaderClassName
{
color: #AAEFC0;
}
.AnyTagClassName
{
color: #AAEFC0;
}
</style>
background-color css
<style>
a { background-color: #AAEFC0; }
a { background-color: rgb(170,239,192); }
div.DivClassName
{
background-color: #AAEFC0;
}
.BgClassName
{
background-color: #AAEFC0;
}
</style>
border-color css
<style>
span { border-color: #AAEFC0; }
span { border-color: rgb(170,239,192); }
td.TdClassName
{
border-color: #AAEFC0;
}
.TagClassName
{
border-color: #AAEFC0;
}
</style>