Shades of Fringy Flower #AAF1C0
Tints of Fringy Flower #AAF1C0
RGB
CMYK
RGB Variations
Color information
#AAF1C0 (or 0xAAF1C0) is known color: Fringy Flower. HEX triplet: AA, F1 and C0. RGB value is (170,241,192). Sum of RGB (Red+Green+Blue) = 170+241+192=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C0 is #550E3F. Grayscale: #D6D6D6. Windows color (decimal): -5574208 or 12644778. OLE color: 12644778.
HSL color Cylindrical-coordinate representation of color #AAF1C0: hue angle of 138.59º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1C0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 192 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.05 |
| HSL | 138.59º | 0.72% | 0.81% | - |
| HSV(B) | 138.59º | 0.29% | 0.95% | - |
| XYZ | 57.55 | 75.26 | 61.36 | - |
| YUV | 214.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 192 | 0.29 | 0 | 0.20 | 0.05 | 138.59 | 0.72 | 0.81 |
| Hex | AA | F1 | C0 | 1D | 0 | 14 | 5 | 8B | 48 | 51 |
| Octal | 252 | 361 | 300 | 35 | 0 | 24 | 5 | 213 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11000000 | 11101 | 0 | 10100 | 101 | 10001011 | 1001000 | 1010001 |
Color Harmonies of #AAF1C0
Complementary color
Monochromatic Colors of #AAF1C0
Black with #AAF1C0
Text Example
Text Example
White with #AAF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1C0; }
p { color: rgb(170,241,192); }
H1.HeaderClassName
{
color: #AAF1C0;
}
.AnyTagClassName
{
color: #AAF1C0;
}
</style>
background-color css
<style>
a { background-color: #AAF1C0; }
a { background-color: rgb(170,241,192); }
div.DivClassName
{
background-color: #AAF1C0;
}
.BgClassName
{
background-color: #AAF1C0;
}
</style>
border-color css
<style>
span { border-color: #AAF1C0; }
span { border-color: rgb(170,241,192); }
td.TdClassName
{
border-color: #AAF1C0;
}
.TagClassName
{
border-color: #AAF1C0;
}
</style>