Shades of Fringy Flower #AEF0C2
Tints of Fringy Flower #AEF0C2
RGB
CMYK
RGB Variations
Color information
#AEF0C2 (or 0xAEF0C2) is known color: Fringy Flower. HEX triplet: AE, F0 and C2. RGB value is (174,240,194). Sum of RGB (Red+Green+Blue) = 174+240+194=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C2 is #510F3D. Grayscale: #D7D7D7. Windows color (decimal): -5312318 or 12775598. OLE color: 12775598.
HSL color Cylindrical-coordinate representation of color #AEF0C2: hue angle of 138.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0C2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 194 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.06 |
| HSL | 138.18º | 0.69% | 0.81% | - |
| HSV(B) | 138.18º | 0.28% | 0.94% | - |
| XYZ | 58.35 | 75.21 | 62.48 | - |
| YUV | 215.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 194 | 0.28 | 0 | 0.19 | 0.06 | 138.18 | 0.69 | 0.81 |
| Hex | AE | F0 | C2 | 1C | 0 | 13 | 6 | 8A | 45 | 51 |
| Octal | 256 | 360 | 302 | 34 | 0 | 23 | 6 | 212 | 105 | 121 |
| Binary | 10101110 | 11110000 | 11000010 | 11100 | 0 | 10011 | 110 | 10001010 | 1000101 | 1010001 |
Color Harmonies of #AEF0C2
Complementary color
Monochromatic Colors of #AEF0C2
Black with #AEF0C2
Text Example
Text Example
White with #AEF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0C2; }
p { color: rgb(174,240,194); }
H1.HeaderClassName
{
color: #AEF0C2;
}
.AnyTagClassName
{
color: #AEF0C2;
}
</style>
background-color css
<style>
a { background-color: #AEF0C2; }
a { background-color: rgb(174,240,194); }
div.DivClassName
{
background-color: #AEF0C2;
}
.BgClassName
{
background-color: #AEF0C2;
}
</style>
border-color css
<style>
span { border-color: #AEF0C2; }
span { border-color: rgb(174,240,194); }
td.TdClassName
{
border-color: #AEF0C2;
}
.TagClassName
{
border-color: #AEF0C2;
}
</style>