Shades of Magic Mint #AFF7C7
Tints of Magic Mint #AFF7C7
RGB
CMYK
RGB Variations
Color information
#AFF7C7 (or 0xAFF7C7) is known color: Magic Mint. HEX triplet: AF, F7 and C7. RGB value is (175,247,199). Sum of RGB (Red+Green+Blue) = 175+247+199=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7C7 is #500838. Grayscale: #DCDCDC. Windows color (decimal): -5244985 or 13105071. OLE color: 13105071.
HSL color Cylindrical-coordinate representation of color #AFF7C7: hue angle of 140º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7C7 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 199 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.03 |
| HSL | 140º | 0.82% | 0.83% | - |
| HSV(B) | 140º | 0.29% | 0.97% | - |
| XYZ | 61.25 | 79.76 | 66.2 | - |
| YUV | 220 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 199 | 0.29 | 0 | 0.19 | 0.03 | 140 | 0.82 | 0.83 |
| Hex | AF | F7 | C7 | 1D | 0 | 13 | 3 | 8C | 52 | 53 |
| Octal | 257 | 367 | 307 | 35 | 0 | 23 | 3 | 214 | 122 | 123 |
| Binary | 10101111 | 11110111 | 11000111 | 11101 | 0 | 10011 | 11 | 10001100 | 1010010 | 1010011 |
Color Harmonies of #AFF7C7
Complementary color
Monochromatic Colors of #AFF7C7
Black with #AFF7C7
Text Example
Text Example
White with #AFF7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7C7; }
p { color: rgb(175,247,199); }
H1.HeaderClassName
{
color: #AFF7C7;
}
.AnyTagClassName
{
color: #AFF7C7;
}
</style>
background-color css
<style>
a { background-color: #AFF7C7; }
a { background-color: rgb(175,247,199); }
div.DivClassName
{
background-color: #AFF7C7;
}
.BgClassName
{
background-color: #AFF7C7;
}
</style>
border-color css
<style>
span { border-color: #AFF7C7; }
span { border-color: rgb(175,247,199); }
td.TdClassName
{
border-color: #AFF7C7;
}
.TagClassName
{
border-color: #AFF7C7;
}
</style>