Shades of Fringy Flower #AEF6C2
Tints of Fringy Flower #AEF6C2
RGB
CMYK
RGB Variations
Color information
#AEF6C2 (or 0xAEF6C2) is known color: Fringy Flower. HEX triplet: AE, F6 and C2. RGB value is (174,246,194). Sum of RGB (Red+Green+Blue) = 174+246+194=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6C2 is #51093D. Grayscale: #DADADA. Windows color (decimal): -5310782 or 12777134. OLE color: 12777134.
HSL color Cylindrical-coordinate representation of color #AEF6C2: hue angle of 136.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6C2 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 194 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.04 |
| HSL | 136.67º | 0.8% | 0.82% | - |
| HSV(B) | 136.67º | 0.29% | 0.96% | - |
| XYZ | 60.15 | 78.81 | 63.08 | - |
| YUV | 218.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 194 | 0.29 | 0 | 0.21 | 0.04 | 136.67 | 0.8 | 0.82 |
| Hex | AE | F6 | C2 | 1D | 0 | 15 | 4 | 89 | 50 | 52 |
| Octal | 256 | 366 | 302 | 35 | 0 | 25 | 4 | 211 | 120 | 122 |
| Binary | 10101110 | 11110110 | 11000010 | 11101 | 0 | 10101 | 100 | 10001001 | 1010000 | 1010010 |
Color Harmonies of #AEF6C2
Complementary color
Monochromatic Colors of #AEF6C2
Black with #AEF6C2
Text Example
Text Example
White with #AEF6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF6C2; }
p { color: rgb(174,246,194); }
H1.HeaderClassName
{
color: #AEF6C2;
}
.AnyTagClassName
{
color: #AEF6C2;
}
</style>
background-color css
<style>
a { background-color: #AEF6C2; }
a { background-color: rgb(174,246,194); }
div.DivClassName
{
background-color: #AEF6C2;
}
.BgClassName
{
background-color: #AEF6C2;
}
</style>
border-color css
<style>
span { border-color: #AEF6C2; }
span { border-color: rgb(174,246,194); }
td.TdClassName
{
border-color: #AEF6C2;
}
.TagClassName
{
border-color: #AEF6C2;
}
</style>