Shades of Magic Mint #AFEFD0
Tints of Magic Mint #AFEFD0
RGB
CMYK
RGB Variations
Color information
#AFEFD0 (or 0xAFEFD0) is known color: Magic Mint. HEX triplet: AF, EF and D0. RGB value is (175,239,208). Sum of RGB (Red+Green+Blue) = 175+239+208=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD0 is #50102F. Grayscale: #D8D8D8. Windows color (decimal): -5247024 or 13692847. OLE color: 13692847.
HSL color Cylindrical-coordinate representation of color #AFEFD0: hue angle of 150.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFD0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 208 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.06 |
| HSL | 150.94º | 0.67% | 0.81% | - |
| HSV(B) | 150.94º | 0.27% | 0.94% | - |
| XYZ | 59.93 | 75.4 | 71.07 | - |
| YUV | 216.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 208 | 0.27 | 0 | 0.13 | 0.06 | 150.94 | 0.67 | 0.81 |
| Hex | AF | EF | D0 | 1B | 0 | D | 6 | 97 | 43 | 51 |
| Octal | 257 | 357 | 320 | 33 | 0 | 15 | 6 | 227 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11010000 | 11011 | 0 | 1101 | 110 | 10010111 | 1000011 | 1010001 |
Color Harmonies of #AFEFD0
Complementary color
Monochromatic Colors of #AFEFD0
Black with #AFEFD0
Text Example
Text Example
White with #AFEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFD0; }
p { color: rgb(175,239,208); }
H1.HeaderClassName
{
color: #AFEFD0;
}
.AnyTagClassName
{
color: #AFEFD0;
}
</style>
background-color css
<style>
a { background-color: #AFEFD0; }
a { background-color: rgb(175,239,208); }
div.DivClassName
{
background-color: #AFEFD0;
}
.BgClassName
{
background-color: #AFEFD0;
}
</style>
border-color css
<style>
span { border-color: #AFEFD0; }
span { border-color: rgb(175,239,208); }
td.TdClassName
{
border-color: #AFEFD0;
}
.TagClassName
{
border-color: #AFEFD0;
}
</style>