Shades of Fringy Flower #AEEDC2
Tints of Fringy Flower #AEEDC2
RGB
CMYK
RGB Variations
Color information
#AEEDC2 (or 0xAEEDC2) is known color: Fringy Flower. HEX triplet: AE, ED and C2. RGB value is (174,237,194). Sum of RGB (Red+Green+Blue) = 174+237+194=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC2 is #51123D. Grayscale: #D5D5D5. Windows color (decimal): -5313086 or 12774830. OLE color: 12774830.
HSL color Cylindrical-coordinate representation of color #AEEDC2: hue angle of 139.05º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 194 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.07 |
| HSL | 139.05º | 0.64% | 0.81% | - |
| HSV(B) | 139.05º | 0.27% | 0.93% | - |
| XYZ | 57.48 | 73.46 | 62.19 | - |
| YUV | 213.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 194 | 0.27 | 0 | 0.18 | 0.07 | 139.05 | 0.64 | 0.81 |
| Hex | AE | ED | C2 | 1B | 0 | 12 | 7 | 8B | 40 | 51 |
| Octal | 256 | 355 | 302 | 33 | 0 | 22 | 7 | 213 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11000010 | 11011 | 0 | 10010 | 111 | 10001011 | 1000000 | 1010001 |
Color Harmonies of #AEEDC2
Complementary color
Monochromatic Colors of #AEEDC2
Black with #AEEDC2
Text Example
Text Example
White with #AEEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDC2; }
p { color: rgb(174,237,194); }
H1.HeaderClassName
{
color: #AEEDC2;
}
.AnyTagClassName
{
color: #AEEDC2;
}
</style>
background-color css
<style>
a { background-color: #AEEDC2; }
a { background-color: rgb(174,237,194); }
div.DivClassName
{
background-color: #AEEDC2;
}
.BgClassName
{
background-color: #AEEDC2;
}
</style>
border-color css
<style>
span { border-color: #AEEDC2; }
span { border-color: rgb(174,237,194); }
td.TdClassName
{
border-color: #AEEDC2;
}
.TagClassName
{
border-color: #AEEDC2;
}
</style>