Shades of Magic Mint #AFF6C5
Tints of Magic Mint #AFF6C5
RGB
CMYK
RGB Variations
Color information
#AFF6C5 (or 0xAFF6C5) is known color: Magic Mint. HEX triplet: AF, F6 and C5. RGB value is (175,246,197). Sum of RGB (Red+Green+Blue) = 175+246+197=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6C5 is #50093A. Grayscale: #DBDBDB. Windows color (decimal): -5245243 or 12973743. OLE color: 12973743.
HSL color Cylindrical-coordinate representation of color #AFF6C5: hue angle of 138.59º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6C5 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 197 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.04 |
| HSL | 138.59º | 0.8% | 0.83% | - |
| HSV(B) | 138.59º | 0.29% | 0.96% | - |
| XYZ | 60.71 | 79.06 | 64.88 | - |
| YUV | 219.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 197 | 0.29 | 0 | 0.20 | 0.04 | 138.59 | 0.8 | 0.83 |
| Hex | AF | F6 | C5 | 1D | 0 | 14 | 4 | 8B | 50 | 53 |
| Octal | 257 | 366 | 305 | 35 | 0 | 24 | 4 | 213 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11000101 | 11101 | 0 | 10100 | 100 | 10001011 | 1010000 | 1010011 |
Color Harmonies of #AFF6C5
Complementary color
Monochromatic Colors of #AFF6C5
Black with #AFF6C5
Text Example
Text Example
White with #AFF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6C5; }
p { color: rgb(175,246,197); }
H1.HeaderClassName
{
color: #AFF6C5;
}
.AnyTagClassName
{
color: #AFF6C5;
}
</style>
background-color css
<style>
a { background-color: #AFF6C5; }
a { background-color: rgb(175,246,197); }
div.DivClassName
{
background-color: #AFF6C5;
}
.BgClassName
{
background-color: #AFF6C5;
}
</style>
border-color css
<style>
span { border-color: #AFF6C5; }
span { border-color: rgb(175,246,197); }
td.TdClassName
{
border-color: #AFF6C5;
}
.TagClassName
{
border-color: #AFF6C5;
}
</style>