Shades of Magic Mint #AFFDD0
Tints of Magic Mint #AFFDD0
RGB
CMYK
RGB Variations
Color information
#AFFDD0 (or 0xAFFDD0) is known color: Magic Mint. HEX triplet: AF, FD and D0. RGB value is (175,253,208). Sum of RGB (Red+Green+Blue) = 175+253+208=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD0 is #50022F. Grayscale: #E0E0E0. Windows color (decimal): -5243440 or 13696431. OLE color: 13696431.
HSL color Cylindrical-coordinate representation of color #AFFDD0: hue angle of 145.38º degrees, saturation: 0.95, 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 #AFFDD0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 208 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.01 |
| HSL | 145.38º | 0.95% | 0.84% | - |
| HSV(B) | 145.38º | 0.31% | 0.99% | - |
| XYZ | 64.19 | 83.92 | 72.49 | - |
| YUV | 224.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 208 | 0.31 | 0 | 0.18 | 0.01 | 145.38 | 0.95 | 0.84 |
| Hex | AF | FD | D0 | 1F | 0 | 12 | 1 | 91 | 5F | 54 |
| Octal | 257 | 375 | 320 | 37 | 0 | 22 | 1 | 221 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010000 | 11111 | 0 | 10010 | 1 | 10010001 | 1011111 | 1010100 |
Color Harmonies of #AFFDD0
Complementary color
Monochromatic Colors of #AFFDD0
Black with #AFFDD0
Text Example
Text Example
White with #AFFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD0; }
p { color: rgb(175,253,208); }
H1.HeaderClassName
{
color: #AFFDD0;
}
.AnyTagClassName
{
color: #AFFDD0;
}
</style>
background-color css
<style>
a { background-color: #AFFDD0; }
a { background-color: rgb(175,253,208); }
div.DivClassName
{
background-color: #AFFDD0;
}
.BgClassName
{
background-color: #AFFDD0;
}
</style>
border-color css
<style>
span { border-color: #AFFDD0; }
span { border-color: rgb(175,253,208); }
td.TdClassName
{
border-color: #AFFDD0;
}
.TagClassName
{
border-color: #AFFDD0;
}
</style>