Shades of Magic Mint #AFFCD1
Tints of Magic Mint #AFFCD1
RGB
CMYK
RGB Variations
Color information
#AFFCD1 (or 0xAFFCD1) is known color: Magic Mint. HEX triplet: AF, FC and D1. RGB value is (175,252,209). Sum of RGB (Red+Green+Blue) = 175+252+209=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCD1 is #50032E. Grayscale: #E0E0E0. Windows color (decimal): -5243695 or 13761711. OLE color: 13761711.
HSL color Cylindrical-coordinate representation of color #AFFCD1: hue angle of 146.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCD1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 209 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 146.49º | 0.93% | 0.84% | - |
| HSV(B) | 146.49º | 0.31% | 0.99% | - |
| XYZ | 64 | 83.34 | 73.03 | - |
| YUV | 224.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 209 | 0.31 | 0 | 0.17 | 0.01 | 146.49 | 0.93 | 0.84 |
| Hex | AF | FC | D1 | 1F | 0 | 11 | 1 | 92 | 5D | 54 |
| Octal | 257 | 374 | 321 | 37 | 0 | 21 | 1 | 222 | 135 | 124 |
| Binary | 10101111 | 11111100 | 11010001 | 11111 | 0 | 10001 | 1 | 10010010 | 1011101 | 1010100 |
Color Harmonies of #AFFCD1
Complementary color
Monochromatic Colors of #AFFCD1
Black with #AFFCD1
Text Example
Text Example
White with #AFFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFCD1; }
p { color: rgb(175,252,209); }
H1.HeaderClassName
{
color: #AFFCD1;
}
.AnyTagClassName
{
color: #AFFCD1;
}
</style>
background-color css
<style>
a { background-color: #AFFCD1; }
a { background-color: rgb(175,252,209); }
div.DivClassName
{
background-color: #AFFCD1;
}
.BgClassName
{
background-color: #AFFCD1;
}
</style>
border-color css
<style>
span { border-color: #AFFCD1; }
span { border-color: rgb(175,252,209); }
td.TdClassName
{
border-color: #AFFCD1;
}
.TagClassName
{
border-color: #AFFCD1;
}
</style>