Shades of Fringy Flower #AEF7C2
Tints of Fringy Flower #AEF7C2
RGB
CMYK
RGB Variations
Color information
#AEF7C2 (or 0xAEF7C2) is known color: Fringy Flower. HEX triplet: AE, F7 and C2. RGB value is (174,247,194). Sum of RGB (Red+Green+Blue) = 174+247+194=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7C2 is #51083D. Grayscale: #DBDBDB. Windows color (decimal): -5310526 or 12777390. OLE color: 12777390.
HSL color Cylindrical-coordinate representation of color #AEF7C2: hue angle of 136.44º 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 #AEF7C2 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 194 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.03 |
| HSL | 136.44º | 0.82% | 0.83% | - |
| HSV(B) | 136.44º | 0.3% | 0.97% | - |
| XYZ | 60.45 | 79.42 | 63.18 | - |
| YUV | 219.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 194 | 0.30 | 0 | 0.21 | 0.03 | 136.44 | 0.82 | 0.83 |
| Hex | AE | F7 | C2 | 1E | 0 | 15 | 3 | 88 | 52 | 53 |
| Octal | 256 | 367 | 302 | 36 | 0 | 25 | 3 | 210 | 122 | 123 |
| Binary | 10101110 | 11110111 | 11000010 | 11110 | 0 | 10101 | 11 | 10001000 | 1010010 | 1010011 |
Color Harmonies of #AEF7C2
Complementary color
Monochromatic Colors of #AEF7C2
Black with #AEF7C2
Text Example
Text Example
White with #AEF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7C2; }
p { color: rgb(174,247,194); }
H1.HeaderClassName
{
color: #AEF7C2;
}
.AnyTagClassName
{
color: #AEF7C2;
}
</style>
background-color css
<style>
a { background-color: #AEF7C2; }
a { background-color: rgb(174,247,194); }
div.DivClassName
{
background-color: #AEF7C2;
}
.BgClassName
{
background-color: #AEF7C2;
}
</style>
border-color css
<style>
span { border-color: #AEF7C2; }
span { border-color: rgb(174,247,194); }
td.TdClassName
{
border-color: #AEF7C2;
}
.TagClassName
{
border-color: #AEF7C2;
}
</style>