Shades of Magic Mint #AFFDD4
Tints of Magic Mint #AFFDD4
RGB
CMYK
RGB Variations
Color information
#AFFDD4 (or 0xAFFDD4) is known color: Magic Mint. HEX triplet: AF, FD and D4. RGB value is (175,253,212). Sum of RGB (Red+Green+Blue) = 175+253+212=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD4 is #50022B. Grayscale: #E1E1E1. Windows color (decimal): -5243436 or 13958575. OLE color: 13958575.
HSL color Cylindrical-coordinate representation of color #AFFDD4: hue angle of 148.46º 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 #AFFDD4 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 212 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.01 |
| HSL | 148.46º | 0.95% | 0.84% | - |
| HSV(B) | 148.46º | 0.31% | 0.99% | - |
| XYZ | 64.69 | 84.12 | 75.11 | - |
| YUV | 225 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 212 | 0.31 | 0 | 0.16 | 0.01 | 148.46 | 0.95 | 0.84 |
| Hex | AF | FD | D4 | 1F | 0 | 10 | 1 | 94 | 5F | 54 |
| Octal | 257 | 375 | 324 | 37 | 0 | 20 | 1 | 224 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010100 | 11111 | 0 | 10000 | 1 | 10010100 | 1011111 | 1010100 |
Color Harmonies of #AFFDD4
Complementary color
Monochromatic Colors of #AFFDD4
Black with #AFFDD4
Text Example
Text Example
White with #AFFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD4; }
p { color: rgb(175,253,212); }
H1.HeaderClassName
{
color: #AFFDD4;
}
.AnyTagClassName
{
color: #AFFDD4;
}
</style>
background-color css
<style>
a { background-color: #AFFDD4; }
a { background-color: rgb(175,253,212); }
div.DivClassName
{
background-color: #AFFDD4;
}
.BgClassName
{
background-color: #AFFDD4;
}
</style>
border-color css
<style>
span { border-color: #AFFDD4; }
span { border-color: rgb(175,253,212); }
td.TdClassName
{
border-color: #AFFDD4;
}
.TagClassName
{
border-color: #AFFDD4;
}
</style>