Shades of Magic Mint #AFF1D3
Tints of Magic Mint #AFF1D3
RGB
CMYK
RGB Variations
Color information
#AFF1D3 (or 0xAFF1D3) is known color: Magic Mint. HEX triplet: AF, F1 and D3. RGB value is (175,241,211). Sum of RGB (Red+Green+Blue) = 175+241+211=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D3 is #500E2C. Grayscale: #D9D9D9. Windows color (decimal): -5246509 or 13889967. OLE color: 13889967.
HSL color Cylindrical-coordinate representation of color #AFF1D3: hue angle of 152.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1D3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 211 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.05 |
| HSL | 152.73º | 0.7% | 0.82% | - |
| HSV(B) | 152.73º | 0.27% | 0.95% | - |
| XYZ | 60.89 | 76.73 | 73.23 | - |
| YUV | 217.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 211 | 0.27 | 0 | 0.12 | 0.05 | 152.73 | 0.7 | 0.82 |
| Hex | AF | F1 | D3 | 1B | 0 | C | 5 | 99 | 46 | 52 |
| Octal | 257 | 361 | 323 | 33 | 0 | 14 | 5 | 231 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11010011 | 11011 | 0 | 1100 | 101 | 10011001 | 1000110 | 1010010 |
Color Harmonies of #AFF1D3
Complementary color
Monochromatic Colors of #AFF1D3
Black with #AFF1D3
Text Example
Text Example
White with #AFF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1D3; }
p { color: rgb(175,241,211); }
H1.HeaderClassName
{
color: #AFF1D3;
}
.AnyTagClassName
{
color: #AFF1D3;
}
</style>
background-color css
<style>
a { background-color: #AFF1D3; }
a { background-color: rgb(175,241,211); }
div.DivClassName
{
background-color: #AFF1D3;
}
.BgClassName
{
background-color: #AFF1D3;
}
</style>
border-color css
<style>
span { border-color: #AFF1D3; }
span { border-color: rgb(175,241,211); }
td.TdClassName
{
border-color: #AFF1D3;
}
.TagClassName
{
border-color: #AFF1D3;
}
</style>