Shades of Fringy Flower #AEF1C1
Tints of Fringy Flower #AEF1C1
RGB
CMYK
RGB Variations
Color information
#AEF1C1 (or 0xAEF1C1) is known color: Fringy Flower. HEX triplet: AE, F1 and C1. RGB value is (174,241,193). Sum of RGB (Red+Green+Blue) = 174+241+193=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1C1 is #510E3E. Grayscale: #D7D7D7. Windows color (decimal): -5312063 or 12710318. OLE color: 12710318.
HSL color Cylindrical-coordinate representation of color #AEF1C1: hue angle of 137.01º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1C1 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 193 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.05 |
| HSL | 137.01º | 0.71% | 0.81% | - |
| HSV(B) | 137.01º | 0.28% | 0.95% | - |
| XYZ | 58.54 | 75.76 | 61.99 | - |
| YUV | 215.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 193 | 0.28 | 0 | 0.20 | 0.05 | 137.01 | 0.71 | 0.81 |
| Hex | AE | F1 | C1 | 1C | 0 | 14 | 5 | 89 | 47 | 51 |
| Octal | 256 | 361 | 301 | 34 | 0 | 24 | 5 | 211 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11000001 | 11100 | 0 | 10100 | 101 | 10001001 | 1000111 | 1010001 |
Color Harmonies of #AEF1C1
Complementary color
Monochromatic Colors of #AEF1C1
Black with #AEF1C1
Text Example
Text Example
White with #AEF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1C1; }
p { color: rgb(174,241,193); }
H1.HeaderClassName
{
color: #AEF1C1;
}
.AnyTagClassName
{
color: #AEF1C1;
}
</style>
background-color css
<style>
a { background-color: #AEF1C1; }
a { background-color: rgb(174,241,193); }
div.DivClassName
{
background-color: #AEF1C1;
}
.BgClassName
{
background-color: #AEF1C1;
}
</style>
border-color css
<style>
span { border-color: #AEF1C1; }
span { border-color: rgb(174,241,193); }
td.TdClassName
{
border-color: #AEF1C1;
}
.TagClassName
{
border-color: #AEF1C1;
}
</style>