Shades of Fringy Flower #AEF7C0
Tints of Fringy Flower #AEF7C0
RGB
CMYK
RGB Variations
Color information
#AEF7C0 (or 0xAEF7C0) is known color: Fringy Flower. HEX triplet: AE, F7 and C0. RGB value is (174,247,192). Sum of RGB (Red+Green+Blue) = 174+247+192=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7C0 is #51083F. Grayscale: #DBDBDB. Windows color (decimal): -5310528 or 12646318. OLE color: 12646318.
HSL color Cylindrical-coordinate representation of color #AEF7C0: hue angle of 134.79º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7C0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 192 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.03 |
| HSL | 134.79º | 0.82% | 0.83% | - |
| HSV(B) | 134.79º | 0.3% | 0.97% | - |
| XYZ | 60.23 | 79.33 | 62.01 | - |
| YUV | 218.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 192 | 0.30 | 0 | 0.22 | 0.03 | 134.79 | 0.82 | 0.83 |
| Hex | AE | F7 | C0 | 1E | 0 | 16 | 3 | 87 | 52 | 53 |
| Octal | 256 | 367 | 300 | 36 | 0 | 26 | 3 | 207 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11000000 | 11110 | 0 | 10110 | 11 | 10000111 | 1010010 | 1010011 |
Color Harmonies of #AEF7C0
Complementary color
Monochromatic Colors of #AEF7C0
Black with #AEF7C0
Text Example
Text Example
White with #AEF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7C0; }
p { color: rgb(174,247,192); }
H1.HeaderClassName
{
color: #AEF7C0;
}
.AnyTagClassName
{
color: #AEF7C0;
}
</style>
background-color css
<style>
a { background-color: #AEF7C0; }
a { background-color: rgb(174,247,192); }
div.DivClassName
{
background-color: #AEF7C0;
}
.BgClassName
{
background-color: #AEF7C0;
}
</style>
border-color css
<style>
span { border-color: #AEF7C0; }
span { border-color: rgb(174,247,192); }
td.TdClassName
{
border-color: #AEF7C0;
}
.TagClassName
{
border-color: #AEF7C0;
}
</style>