Shades of Magic Mint #AFEED7
Tints of Magic Mint #AFEED7
RGB
CMYK
RGB Variations
Color information
#AFEED7 (or 0xAFEED7) is known color: Magic Mint. HEX triplet: AF, EE and D7. RGB value is (175,238,215). Sum of RGB (Red+Green+Blue) = 175+238+215=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED7 is #501128. Grayscale: #D8D8D8. Windows color (decimal): -5247273 or 14151343. OLE color: 14151343.
HSL color Cylindrical-coordinate representation of color #AFEED7: hue angle of 158.1º degrees, saturation: 0.65, 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 #AFEED7 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 215 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.07 |
| HSL | 158.1º | 0.65% | 0.81% | - |
| HSV(B) | 158.1º | 0.26% | 0.93% | - |
| XYZ | 60.52 | 75.17 | 75.61 | - |
| YUV | 216.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 215 | 0.26 | 0 | 0.10 | 0.07 | 158.1 | 0.65 | 0.81 |
| Hex | AF | EE | D7 | 1A | 0 | A | 7 | 9E | 41 | 51 |
| Octal | 257 | 356 | 327 | 32 | 0 | 12 | 7 | 236 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11010111 | 11010 | 0 | 1010 | 111 | 10011110 | 1000001 | 1010001 |
Color Harmonies of #AFEED7
Complementary color
Monochromatic Colors of #AFEED7
Black with #AFEED7
Text Example
Text Example
White with #AFEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEED7; }
p { color: rgb(175,238,215); }
H1.HeaderClassName
{
color: #AFEED7;
}
.AnyTagClassName
{
color: #AFEED7;
}
</style>
background-color css
<style>
a { background-color: #AFEED7; }
a { background-color: rgb(175,238,215); }
div.DivClassName
{
background-color: #AFEED7;
}
.BgClassName
{
background-color: #AFEED7;
}
</style>
border-color css
<style>
span { border-color: #AFEED7; }
span { border-color: rgb(175,238,215); }
td.TdClassName
{
border-color: #AFEED7;
}
.TagClassName
{
border-color: #AFEED7;
}
</style>