Shades of Magic Mint #AFEDC5
Tints of Magic Mint #AFEDC5
RGB
CMYK
RGB Variations
Color information
#AFEDC5 (or 0xAFEDC5) is known color: Magic Mint. HEX triplet: AF, ED and C5. RGB value is (175,237,197). Sum of RGB (Red+Green+Blue) = 175+237+197=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC5 is #50123A. Grayscale: #D6D6D6. Windows color (decimal): -5247547 or 12971439. OLE color: 12971439.
HSL color Cylindrical-coordinate representation of color #AFEDC5: hue angle of 141.29º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDC5 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 197 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.07 |
| HSL | 141.29º | 0.63% | 0.81% | - |
| HSV(B) | 141.29º | 0.26% | 0.93% | - |
| XYZ | 58.04 | 73.71 | 63.99 | - |
| YUV | 213.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 197 | 0.26 | 0 | 0.17 | 0.07 | 141.29 | 0.63 | 0.81 |
| Hex | AF | ED | C5 | 1A | 0 | 11 | 7 | 8D | 3F | 51 |
| Octal | 257 | 355 | 305 | 32 | 0 | 21 | 7 | 215 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11000101 | 11010 | 0 | 10001 | 111 | 10001101 | 111111 | 1010001 |
Color Harmonies of #AFEDC5
Complementary color
Monochromatic Colors of #AFEDC5
Black with #AFEDC5
Text Example
Text Example
White with #AFEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDC5; }
p { color: rgb(175,237,197); }
H1.HeaderClassName
{
color: #AFEDC5;
}
.AnyTagClassName
{
color: #AFEDC5;
}
</style>
background-color css
<style>
a { background-color: #AFEDC5; }
a { background-color: rgb(175,237,197); }
div.DivClassName
{
background-color: #AFEDC5;
}
.BgClassName
{
background-color: #AFEDC5;
}
</style>
border-color css
<style>
span { border-color: #AFEDC5; }
span { border-color: rgb(175,237,197); }
td.TdClassName
{
border-color: #AFEDC5;
}
.TagClassName
{
border-color: #AFEDC5;
}
</style>