Shades of Magic Mint #AFEDCF
Tints of Magic Mint #AFEDCF
RGB
CMYK
RGB Variations
Color information
#AFEDCF (or 0xAFEDCF) is known color: Magic Mint. HEX triplet: AF, ED and CF. RGB value is (175,237,207). Sum of RGB (Red+Green+Blue) = 175+237+207=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCF is #501230. Grayscale: #D7D7D7. Windows color (decimal): -5247537 or 13626799. OLE color: 13626799.
HSL color Cylindrical-coordinate representation of color #AFEDCF: hue angle of 150.97º 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 #AFEDCF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 207 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150.97º | 0.63% | 0.81% | - |
| HSV(B) | 150.97º | 0.26% | 0.93% | - |
| XYZ | 59.23 | 74.19 | 70.23 | - |
| YUV | 215.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 207 | 0.26 | 0 | 0.13 | 0.07 | 150.97 | 0.63 | 0.81 |
| Hex | AF | ED | CF | 1A | 0 | D | 7 | 97 | 3F | 51 |
| Octal | 257 | 355 | 317 | 32 | 0 | 15 | 7 | 227 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11001111 | 11010 | 0 | 1101 | 111 | 10010111 | 111111 | 1010001 |
Color Harmonies of #AFEDCF
Complementary color
Monochromatic Colors of #AFEDCF
Black with #AFEDCF
Text Example
Text Example
White with #AFEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDCF; }
p { color: rgb(175,237,207); }
H1.HeaderClassName
{
color: #AFEDCF;
}
.AnyTagClassName
{
color: #AFEDCF;
}
</style>
background-color css
<style>
a { background-color: #AFEDCF; }
a { background-color: rgb(175,237,207); }
div.DivClassName
{
background-color: #AFEDCF;
}
.BgClassName
{
background-color: #AFEDCF;
}
</style>
border-color css
<style>
span { border-color: #AFEDCF; }
span { border-color: rgb(175,237,207); }
td.TdClassName
{
border-color: #AFEDCF;
}
.TagClassName
{
border-color: #AFEDCF;
}
</style>