Shades of Magic Mint #AFFFD4
Tints of Magic Mint #AFFFD4
RGB
CMYK
RGB Variations
Color information
#AFFFD4 (or 0xAFFFD4) is known color: Magic Mint. HEX triplet: AF, FF and D4. RGB value is (175,255,212). Sum of RGB (Red+Green+Blue) = 175+255+212=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD4 is #50002B. Grayscale: #E2E2E2. Windows color (decimal): -5242924 or 13959087. OLE color: 13959087.
HSL color Cylindrical-coordinate representation of color #AFFFD4: hue angle of 147.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 #AFFFD4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 212 | - |
| CMYK | 0.31 | 0 | 0.17 | 0 |
| HSL | 147.75º | 1% | 0.84% | - |
| HSV(B) | 147.75º | 0.31% | 1% | - |
| XYZ | 65.32 | 85.39 | 75.33 | - |
| YUV | 226.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 212 | 0.31 | 0 | 0.17 | 0 | 147.75 | 1 | 0.84 |
| Hex | AF | FF | D4 | 1F | 0 | 11 | 0 | 94 | 64 | 54 |
| Octal | 257 | 377 | 324 | 37 | 0 | 21 | 0 | 224 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11010100 | 11111 | 0 | 10001 | 0 | 10010100 | 1100100 | 1010100 |
Color Harmonies of #AFFFD4
Complementary color
Monochromatic Colors of #AFFFD4
Black with #AFFFD4
Text Example
Text Example
White with #AFFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFD4; }
p { color: rgb(175,255,212); }
H1.HeaderClassName
{
color: #AFFFD4;
}
.AnyTagClassName
{
color: #AFFFD4;
}
</style>
background-color css
<style>
a { background-color: #AFFFD4; }
a { background-color: rgb(175,255,212); }
div.DivClassName
{
background-color: #AFFFD4;
}
.BgClassName
{
background-color: #AFFFD4;
}
</style>
border-color css
<style>
span { border-color: #AFFFD4; }
span { border-color: rgb(175,255,212); }
td.TdClassName
{
border-color: #AFFFD4;
}
.TagClassName
{
border-color: #AFFFD4;
}
</style>