Shades of Magic Mint #AFF0C5
Tints of Magic Mint #AFF0C5
RGB
CMYK
RGB Variations
Color information
#AFF0C5 (or 0xAFF0C5) is known color: Magic Mint. HEX triplet: AF, F0 and C5. RGB value is (175,240,197). Sum of RGB (Red+Green+Blue) = 175+240+197=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C5 is #500F3A. Grayscale: #D7D7D7. Windows color (decimal): -5246779 or 12972207. OLE color: 12972207.
HSL color Cylindrical-coordinate representation of color #AFF0C5: hue angle of 140.31º degrees, saturation: 0.68, 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 #AFF0C5 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 197 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.06 |
| HSL | 140.31º | 0.68% | 0.81% | - |
| HSV(B) | 140.31º | 0.27% | 0.94% | - |
| XYZ | 58.92 | 75.47 | 64.28 | - |
| YUV | 215.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 197 | 0.27 | 0 | 0.18 | 0.06 | 140.31 | 0.68 | 0.81 |
| Hex | AF | F0 | C5 | 1B | 0 | 12 | 6 | 8C | 44 | 51 |
| Octal | 257 | 360 | 305 | 33 | 0 | 22 | 6 | 214 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11000101 | 11011 | 0 | 10010 | 110 | 10001100 | 1000100 | 1010001 |
Color Harmonies of #AFF0C5
Complementary color
Monochromatic Colors of #AFF0C5
Black with #AFF0C5
Text Example
Text Example
White with #AFF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0C5; }
p { color: rgb(175,240,197); }
H1.HeaderClassName
{
color: #AFF0C5;
}
.AnyTagClassName
{
color: #AFF0C5;
}
</style>
background-color css
<style>
a { background-color: #AFF0C5; }
a { background-color: rgb(175,240,197); }
div.DivClassName
{
background-color: #AFF0C5;
}
.BgClassName
{
background-color: #AFF0C5;
}
</style>
border-color css
<style>
span { border-color: #AFF0C5; }
span { border-color: rgb(175,240,197); }
td.TdClassName
{
border-color: #AFF0C5;
}
.TagClassName
{
border-color: #AFF0C5;
}
</style>