Shades of Magic Mint #AFF5D4
Tints of Magic Mint #AFF5D4
RGB
CMYK
RGB Variations
Color information
#AFF5D4 (or 0xAFF5D4) is known color: Magic Mint. HEX triplet: AF, F5 and D4. RGB value is (175,245,212). Sum of RGB (Red+Green+Blue) = 175+245+212=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D4 is #500A2B. Grayscale: #DCDCDC. Windows color (decimal): -5245484 or 13956527. OLE color: 13956527.
HSL color Cylindrical-coordinate representation of color #AFF5D4: hue angle of 151.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5D4 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 212 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.04 |
| HSL | 151.71º | 0.78% | 0.82% | - |
| HSV(B) | 151.71º | 0.29% | 0.96% | - |
| XYZ | 62.22 | 79.17 | 74.29 | - |
| YUV | 220.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 212 | 0.29 | 0 | 0.13 | 0.04 | 151.71 | 0.78 | 0.82 |
| Hex | AF | F5 | D4 | 1D | 0 | D | 4 | 98 | 4E | 52 |
| Octal | 257 | 365 | 324 | 35 | 0 | 15 | 4 | 230 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11010100 | 11101 | 0 | 1101 | 100 | 10011000 | 1001110 | 1010010 |
Color Harmonies of #AFF5D4
Complementary color
Monochromatic Colors of #AFF5D4
Black with #AFF5D4
Text Example
Text Example
White with #AFF5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5D4; }
p { color: rgb(175,245,212); }
H1.HeaderClassName
{
color: #AFF5D4;
}
.AnyTagClassName
{
color: #AFF5D4;
}
</style>
background-color css
<style>
a { background-color: #AFF5D4; }
a { background-color: rgb(175,245,212); }
div.DivClassName
{
background-color: #AFF5D4;
}
.BgClassName
{
background-color: #AFF5D4;
}
</style>
border-color css
<style>
span { border-color: #AFF5D4; }
span { border-color: rgb(175,245,212); }
td.TdClassName
{
border-color: #AFF5D4;
}
.TagClassName
{
border-color: #AFF5D4;
}
</style>