Shades of Fringy Flower #AEF0C1
Tints of Fringy Flower #AEF0C1
RGB
CMYK
RGB Variations
Color information
#AEF0C1 (or 0xAEF0C1) is known color: Fringy Flower. HEX triplet: AE, F0 and C1. RGB value is (174,240,193). Sum of RGB (Red+Green+Blue) = 174+240+193=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C1 is #510F3E. Grayscale: #D7D7D7. Windows color (decimal): -5312319 or 12710062. OLE color: 12710062.
HSL color Cylindrical-coordinate representation of color #AEF0C1: hue angle of 137.27º 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 #AEF0C1 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 193 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.06 |
| HSL | 137.27º | 0.69% | 0.81% | - |
| HSV(B) | 137.27º | 0.28% | 0.94% | - |
| XYZ | 58.24 | 75.17 | 61.89 | - |
| YUV | 214.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 193 | 0.28 | 0 | 0.20 | 0.06 | 137.27 | 0.69 | 0.81 |
| Hex | AE | F0 | C1 | 1C | 0 | 14 | 6 | 89 | 45 | 51 |
| Octal | 256 | 360 | 301 | 34 | 0 | 24 | 6 | 211 | 105 | 121 |
| Binary | 10101110 | 11110000 | 11000001 | 11100 | 0 | 10100 | 110 | 10001001 | 1000101 | 1010001 |
Color Harmonies of #AEF0C1
Complementary color
Monochromatic Colors of #AEF0C1
Black with #AEF0C1
Text Example
Text Example
White with #AEF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0C1; }
p { color: rgb(174,240,193); }
H1.HeaderClassName
{
color: #AEF0C1;
}
.AnyTagClassName
{
color: #AEF0C1;
}
</style>
background-color css
<style>
a { background-color: #AEF0C1; }
a { background-color: rgb(174,240,193); }
div.DivClassName
{
background-color: #AEF0C1;
}
.BgClassName
{
background-color: #AEF0C1;
}
</style>
border-color css
<style>
span { border-color: #AEF0C1; }
span { border-color: rgb(174,240,193); }
td.TdClassName
{
border-color: #AEF0C1;
}
.TagClassName
{
border-color: #AEF0C1;
}
</style>