Shades of Fringy Flower #AEF9C2
Tints of Fringy Flower #AEF9C2
RGB
CMYK
RGB Variations
Color information
#AEF9C2 (or 0xAEF9C2) is known color: Fringy Flower. HEX triplet: AE, F9 and C2. RGB value is (174,249,194). Sum of RGB (Red+Green+Blue) = 174+249+194=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9C2 is #51063D. Grayscale: #DCDCDC. Windows color (decimal): -5310014 or 12777902. OLE color: 12777902.
HSL color Cylindrical-coordinate representation of color #AEF9C2: hue angle of 136º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9C2 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 194 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.02 |
| HSL | 136º | 0.86% | 0.83% | - |
| HSV(B) | 136º | 0.3% | 0.98% | - |
| XYZ | 61.07 | 80.65 | 63.39 | - |
| YUV | 220.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 194 | 0.30 | 0 | 0.22 | 0.02 | 136 | 0.86 | 0.83 |
| Hex | AE | F9 | C2 | 1E | 0 | 16 | 2 | 88 | 56 | 53 |
| Octal | 256 | 371 | 302 | 36 | 0 | 26 | 2 | 210 | 126 | 123 |
| Binary | 10101110 | 11111001 | 11000010 | 11110 | 0 | 10110 | 10 | 10001000 | 1010110 | 1010011 |
Color Harmonies of #AEF9C2
Complementary color
Monochromatic Colors of #AEF9C2
Black with #AEF9C2
Text Example
Text Example
White with #AEF9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF9C2; }
p { color: rgb(174,249,194); }
H1.HeaderClassName
{
color: #AEF9C2;
}
.AnyTagClassName
{
color: #AEF9C2;
}
</style>
background-color css
<style>
a { background-color: #AEF9C2; }
a { background-color: rgb(174,249,194); }
div.DivClassName
{
background-color: #AEF9C2;
}
.BgClassName
{
background-color: #AEF9C2;
}
</style>
border-color css
<style>
span { border-color: #AEF9C2; }
span { border-color: rgb(174,249,194); }
td.TdClassName
{
border-color: #AEF9C2;
}
.TagClassName
{
border-color: #AEF9C2;
}
</style>