Shades of Magic Mint #AFFFC4
Tints of Magic Mint #AFFFC4
RGB
CMYK
RGB Variations
Color information
#AFFFC4 (or 0xAFFFC4) is known color: Magic Mint. HEX triplet: AF, FF and C4. RGB value is (175,255,196). Sum of RGB (Red+Green+Blue) = 175+255+196=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC4 is #50003B. Grayscale: #E0E0E0. Windows color (decimal): -5242940 or 12910511. OLE color: 12910511.
HSL color Cylindrical-coordinate representation of color #AFFFC4: hue angle of 135.75º 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 #AFFFC4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 196 | - |
| CMYK | 0.31 | 0 | 0.23 | 0 |
| HSL | 135.75º | 1% | 0.84% | - |
| HSV(B) | 135.75º | 0.31% | 1% | - |
| XYZ | 63.4 | 84.62 | 65.22 | - |
| YUV | 224.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 196 | 0.31 | 0 | 0.23 | 0 | 135.75 | 1 | 0.84 |
| Hex | AF | FF | C4 | 1F | 0 | 17 | 0 | 88 | 64 | 54 |
| Octal | 257 | 377 | 304 | 37 | 0 | 27 | 0 | 210 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11000100 | 11111 | 0 | 10111 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #AFFFC4
Complementary color
Monochromatic Colors of #AFFFC4
Black with #AFFFC4
Text Example
Text Example
White with #AFFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC4; }
p { color: rgb(175,255,196); }
H1.HeaderClassName
{
color: #AFFFC4;
}
.AnyTagClassName
{
color: #AFFFC4;
}
</style>
background-color css
<style>
a { background-color: #AFFFC4; }
a { background-color: rgb(175,255,196); }
div.DivClassName
{
background-color: #AFFFC4;
}
.BgClassName
{
background-color: #AFFFC4;
}
</style>
border-color css
<style>
span { border-color: #AFFFC4; }
span { border-color: rgb(175,255,196); }
td.TdClassName
{
border-color: #AFFFC4;
}
.TagClassName
{
border-color: #AFFFC4;
}
</style>