Shades of Magic Mint #AEFEC9
Tints of Magic Mint #AEFEC9
RGB
CMYK
RGB Variations
Color information
#AEFEC9 (or 0xAEFEC9) is known color: Magic Mint. HEX triplet: AE, FE and C9. RGB value is (174,254,201). Sum of RGB (Red+Green+Blue) = 174+254+201=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEC9 is #510136. Grayscale: #E0E0E0. Windows color (decimal): -5308727 or 13237934. OLE color: 13237934.
HSL color Cylindrical-coordinate representation of color #AEFEC9: hue angle of 140.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFEC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 174 | 254 | 201 | - |
CMYK | 0.31 | 0 | 0.21 | 0.00 |
HSL | 140.25º | 0.98% | 0.84% | - |
HSV(B) | 140.25º | 0.31% | 1% | - |
XYZ | 63.44 | 84.1 | 68.15 | - |
YUV | 224.04 | 115 | 92.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 254 | 201 | 0.31 | 0 | 0.21 | 0.00 | 140.25 | 0.98 | 0.84 |
Hex | AE | FE | C9 | 1F | 0 | 15 | 0 | 8C | 62 | 54 |
Octal | 256 | 376 | 311 | 37 | 0 | 25 | 0 | 214 | 142 | 124 |
Binary | 10101110 | 11111110 | 11001001 | 11111 | 0 | 10101 | 0 | 10001100 | 1100010 | 1010100 |
Color Harmonies of #AEFEC9
Complementary color
Monochromatic Colors of #AEFEC9
Black with #AEFEC9
Text Example
Text Example
White with #AEFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFEC9; }
p { color: rgb(174,254,201); }
H1.HeaderClassName
{
color: #AEFEC9;
}
.AnyTagClassName
{
color: #AEFEC9;
}
</style>
background-color css
<style>
a { background-color: #AEFEC9; }
a { background-color: rgb(174,254,201); }
div.DivClassName
{
background-color: #AEFEC9;
}
.BgClassName
{
background-color: #AEFEC9;
}
</style>
border-color css
<style>
span { border-color: #AEFEC9; }
span { border-color: rgb(174,254,201); }
td.TdClassName
{
border-color: #AEFEC9;
}
.TagClassName
{
border-color: #AEFEC9;
}
</style>