Shades of Fringy Flower #AEF7C1
Tints of Fringy Flower #AEF7C1
RGB
CMYK
RGB Variations
Color information
#AEF7C1 (or 0xAEF7C1) is known color: Fringy Flower. HEX triplet: AE, F7 and C1. RGB value is (174,247,193). Sum of RGB (Red+Green+Blue) = 174+247+193=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7C1 is #51083E. Grayscale: #DBDBDB. Windows color (decimal): -5310527 or 12711854. OLE color: 12711854.
HSL color Cylindrical-coordinate representation of color #AEF7C1: hue angle of 135.62º 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 #AEF7C1 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 193 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.03 |
| HSL | 135.62º | 0.82% | 0.83% | - |
| HSV(B) | 135.62º | 0.3% | 0.97% | - |
| XYZ | 60.34 | 79.37 | 62.59 | - |
| YUV | 219.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 193 | 0.30 | 0 | 0.22 | 0.03 | 135.62 | 0.82 | 0.83 |
| Hex | AE | F7 | C1 | 1E | 0 | 16 | 3 | 88 | 52 | 53 |
| Octal | 256 | 367 | 301 | 36 | 0 | 26 | 3 | 210 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11000001 | 11110 | 0 | 10110 | 11 | 10001000 | 1010010 | 1010011 |
Color Harmonies of #AEF7C1
Complementary color
Monochromatic Colors of #AEF7C1
Black with #AEF7C1
Text Example
Text Example
White with #AEF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7C1; }
p { color: rgb(174,247,193); }
H1.HeaderClassName
{
color: #AEF7C1;
}
.AnyTagClassName
{
color: #AEF7C1;
}
</style>
background-color css
<style>
a { background-color: #AEF7C1; }
a { background-color: rgb(174,247,193); }
div.DivClassName
{
background-color: #AEF7C1;
}
.BgClassName
{
background-color: #AEF7C1;
}
</style>
border-color css
<style>
span { border-color: #AEF7C1; }
span { border-color: rgb(174,247,193); }
td.TdClassName
{
border-color: #AEF7C1;
}
.TagClassName
{
border-color: #AEF7C1;
}
</style>