Shades of Magic Mint #AFEDD5
Tints of Magic Mint #AFEDD5
RGB
CMYK
RGB Variations
Color information
#AFEDD5 (or 0xAFEDD5) is known color: Magic Mint. HEX triplet: AF, ED and D5. RGB value is (175,237,213). Sum of RGB (Red+Green+Blue) = 175+237+213=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD5 is #50122A. Grayscale: #D7D7D7. Windows color (decimal): -5247531 or 14020015. OLE color: 14020015.
HSL color Cylindrical-coordinate representation of color #AFEDD5: hue angle of 156.77º 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 #AFEDD5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 213 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.07 |
| HSL | 156.77º | 0.63% | 0.81% | - |
| HSV(B) | 156.77º | 0.26% | 0.93% | - |
| XYZ | 59.97 | 74.49 | 74.17 | - |
| YUV | 215.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 213 | 0.26 | 0 | 0.10 | 0.07 | 156.77 | 0.63 | 0.81 |
| Hex | AF | ED | D5 | 1A | 0 | A | 7 | 9D | 3F | 51 |
| Octal | 257 | 355 | 325 | 32 | 0 | 12 | 7 | 235 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11010101 | 11010 | 0 | 1010 | 111 | 10011101 | 111111 | 1010001 |
Color Harmonies of #AFEDD5
Complementary color
Monochromatic Colors of #AFEDD5
Black with #AFEDD5
Text Example
Text Example
White with #AFEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDD5; }
p { color: rgb(175,237,213); }
H1.HeaderClassName
{
color: #AFEDD5;
}
.AnyTagClassName
{
color: #AFEDD5;
}
</style>
background-color css
<style>
a { background-color: #AFEDD5; }
a { background-color: rgb(175,237,213); }
div.DivClassName
{
background-color: #AFEDD5;
}
.BgClassName
{
background-color: #AFEDD5;
}
</style>
border-color css
<style>
span { border-color: #AFEDD5; }
span { border-color: rgb(175,237,213); }
td.TdClassName
{
border-color: #AFEDD5;
}
.TagClassName
{
border-color: #AFEDD5;
}
</style>