Shades of Magic Mint #AFFFC5
Tints of Magic Mint #AFFFC5
RGB
CMYK
RGB Variations
Color information
#AFFFC5 (or 0xAFFFC5) is known color: Magic Mint. HEX triplet: AF, FF and C5. RGB value is (175,255,197). Sum of RGB (Red+Green+Blue) = 175+255+197=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC5 is #50003A. Grayscale: #E0E0E0. Windows color (decimal): -5242939 or 12976047. OLE color: 12976047.
HSL color Cylindrical-coordinate representation of color #AFFFC5: hue angle of 136.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 197 | - |
| CMYK | 0.31 | 0 | 0.23 | 0 |
| HSL | 136.5º | 1% | 0.84% | - |
| HSV(B) | 136.5º | 0.31% | 1% | - |
| XYZ | 63.52 | 84.67 | 65.82 | - |
| YUV | 224.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 197 | 0.31 | 0 | 0.23 | 0 | 136.5 | 1 | 0.84 |
| Hex | AF | FF | C5 | 1F | 0 | 17 | 0 | 88 | 64 | 54 |
| Octal | 257 | 377 | 305 | 37 | 0 | 27 | 0 | 210 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11000101 | 11111 | 0 | 10111 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #AFFFC5
Complementary color
Monochromatic Colors of #AFFFC5
Black with #AFFFC5
Text Example
Text Example
White with #AFFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC5; }
p { color: rgb(175,255,197); }
H1.HeaderClassName
{
color: #AFFFC5;
}
.AnyTagClassName
{
color: #AFFFC5;
}
</style>
background-color css
<style>
a { background-color: #AFFFC5; }
a { background-color: rgb(175,255,197); }
div.DivClassName
{
background-color: #AFFFC5;
}
.BgClassName
{
background-color: #AFFFC5;
}
</style>
border-color css
<style>
span { border-color: #AFFFC5; }
span { border-color: rgb(175,255,197); }
td.TdClassName
{
border-color: #AFFFC5;
}
.TagClassName
{
border-color: #AFFFC5;
}
</style>