Shades of Fringy Flower #AAF3C0
Tints of Fringy Flower #AAF3C0
RGB
CMYK
RGB Variations
Color information
#AAF3C0 (or 0xAAF3C0) is known color: Fringy Flower. HEX triplet: AA, F3 and C0. RGB value is (170,243,192). Sum of RGB (Red+Green+Blue) = 170+243+192=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3C0 is #550C3F. Grayscale: #D7D7D7. Windows color (decimal): -5573696 or 12645290. OLE color: 12645290.
HSL color Cylindrical-coordinate representation of color #AAF3C0: hue angle of 138.08º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 170 | 243 | 192 | - |
CMYK | 0.30 | 0 | 0.21 | 0.05 |
HSL | 138.08º | 0.75% | 0.81% | - |
HSV(B) | 138.08º | 0.3% | 0.95% | - |
XYZ | 58.14 | 76.45 | 61.56 | - |
YUV | 215.36 | 114.82 | 95.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 243 | 192 | 0.30 | 0 | 0.21 | 0.05 | 138.08 | 0.75 | 0.81 |
Hex | AA | F3 | C0 | 1E | 0 | 15 | 5 | 8A | 4B | 51 |
Octal | 252 | 363 | 300 | 36 | 0 | 25 | 5 | 212 | 113 | 121 |
Binary | 10101010 | 11110011 | 11000000 | 11110 | 0 | 10101 | 101 | 10001010 | 1001011 | 1010001 |
Color Harmonies of #AAF3C0
Complementary color
Monochromatic Colors of #AAF3C0
Black with #AAF3C0
Text Example
Text Example
White with #AAF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3C0; }
p { color: rgb(170,243,192); }
H1.HeaderClassName
{
color: #AAF3C0;
}
.AnyTagClassName
{
color: #AAF3C0;
}
</style>
background-color css
<style>
a { background-color: #AAF3C0; }
a { background-color: rgb(170,243,192); }
div.DivClassName
{
background-color: #AAF3C0;
}
.BgClassName
{
background-color: #AAF3C0;
}
</style>
border-color css
<style>
span { border-color: #AAF3C0; }
span { border-color: rgb(170,243,192); }
td.TdClassName
{
border-color: #AAF3C0;
}
.TagClassName
{
border-color: #AAF3C0;
}
</style>