Shades of Magic Mint #AFF9C8
Tints of Magic Mint #AFF9C8
RGB
CMYK
RGB Variations
Color information
#AFF9C8 (or 0xAFF9C8) is known color: Magic Mint. HEX triplet: AF, F9 and C8. RGB value is (175,249,200). Sum of RGB (Red+Green+Blue) = 175+249+200=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C8 is #500637. Grayscale: #DDDDDD. Windows color (decimal): -5244472 or 13171119. OLE color: 13171119.
HSL color Cylindrical-coordinate representation of color #AFF9C8: hue angle of 140.27º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9C8 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 200 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.02 |
| HSL | 140.27º | 0.86% | 0.83% | - |
| HSV(B) | 140.27º | 0.3% | 0.98% | - |
| XYZ | 61.98 | 81.04 | 67.02 | - |
| YUV | 221.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 200 | 0.30 | 0 | 0.20 | 0.02 | 140.27 | 0.86 | 0.83 |
| Hex | AF | F9 | C8 | 1E | 0 | 14 | 2 | 8C | 56 | 53 |
| Octal | 257 | 371 | 310 | 36 | 0 | 24 | 2 | 214 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11001000 | 11110 | 0 | 10100 | 10 | 10001100 | 1010110 | 1010011 |
Color Harmonies of #AFF9C8
Complementary color
Monochromatic Colors of #AFF9C8
Black with #AFF9C8
Text Example
Text Example
White with #AFF9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9C8; }
p { color: rgb(175,249,200); }
H1.HeaderClassName
{
color: #AFF9C8;
}
.AnyTagClassName
{
color: #AFF9C8;
}
</style>
background-color css
<style>
a { background-color: #AFF9C8; }
a { background-color: rgb(175,249,200); }
div.DivClassName
{
background-color: #AFF9C8;
}
.BgClassName
{
background-color: #AFF9C8;
}
</style>
border-color css
<style>
span { border-color: #AFF9C8; }
span { border-color: rgb(175,249,200); }
td.TdClassName
{
border-color: #AFF9C8;
}
.TagClassName
{
border-color: #AFF9C8;
}
</style>