Shades of Magic Mint #AFFFD2
Tints of Magic Mint #AFFFD2
RGB
CMYK
RGB Variations
Color information
#AFFFD2 (or 0xAFFFD2) is known color: Magic Mint. HEX triplet: AF, FF and D2. RGB value is (175,255,210). Sum of RGB (Red+Green+Blue) = 175+255+210=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD2 is #50002D. Grayscale: #E2E2E2. Windows color (decimal): -5242926 or 13828015. OLE color: 13828015.
HSL color Cylindrical-coordinate representation of color #AFFFD2: hue angle of 146.25º 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 #AFFFD2 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 210 | - |
| CMYK | 0.31 | 0 | 0.18 | 0 |
| HSL | 146.25º | 1% | 0.84% | - |
| HSV(B) | 146.25º | 0.31% | 1% | - |
| XYZ | 65.07 | 85.29 | 74.01 | - |
| YUV | 225.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 210 | 0.31 | 0 | 0.18 | 0 | 146.25 | 1 | 0.84 |
| Hex | AF | FF | D2 | 1F | 0 | 12 | 0 | 92 | 64 | 54 |
| Octal | 257 | 377 | 322 | 37 | 0 | 22 | 0 | 222 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11010010 | 11111 | 0 | 10010 | 0 | 10010010 | 1100100 | 1010100 |
Color Harmonies of #AFFFD2
Complementary color
Monochromatic Colors of #AFFFD2
Black with #AFFFD2
Text Example
Text Example
White with #AFFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFD2; }
p { color: rgb(175,255,210); }
H1.HeaderClassName
{
color: #AFFFD2;
}
.AnyTagClassName
{
color: #AFFFD2;
}
</style>
background-color css
<style>
a { background-color: #AFFFD2; }
a { background-color: rgb(175,255,210); }
div.DivClassName
{
background-color: #AFFFD2;
}
.BgClassName
{
background-color: #AFFFD2;
}
</style>
border-color css
<style>
span { border-color: #AFFFD2; }
span { border-color: rgb(175,255,210); }
td.TdClassName
{
border-color: #AFFFD2;
}
.TagClassName
{
border-color: #AFFFD2;
}
</style>