Shades of Magic Mint #AFFDD2
Tints of Magic Mint #AFFDD2
RGB
CMYK
RGB Variations
Color information
#AFFDD2 (or 0xAFFDD2) is known color: Magic Mint. HEX triplet: AF, FD and D2. RGB value is (175,253,210). Sum of RGB (Red+Green+Blue) = 175+253+210=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD2 is #50022D. Grayscale: #E0E0E0. Windows color (decimal): -5243438 or 13827503. OLE color: 13827503.
HSL color Cylindrical-coordinate representation of color #AFFDD2: hue angle of 146.92º 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 #AFFDD2 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 210 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 146.92º | 0.95% | 0.84% | - |
| HSV(B) | 146.92º | 0.31% | 0.99% | - |
| XYZ | 64.44 | 84.02 | 73.79 | - |
| YUV | 224.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 210 | 0.31 | 0 | 0.17 | 0.01 | 146.92 | 0.95 | 0.84 |
| Hex | AF | FD | D2 | 1F | 0 | 11 | 1 | 93 | 5F | 54 |
| Octal | 257 | 375 | 322 | 37 | 0 | 21 | 1 | 223 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010010 | 11111 | 0 | 10001 | 1 | 10010011 | 1011111 | 1010100 |
Color Harmonies of #AFFDD2
Complementary color
Monochromatic Colors of #AFFDD2
Black with #AFFDD2
Text Example
Text Example
White with #AFFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD2; }
p { color: rgb(175,253,210); }
H1.HeaderClassName
{
color: #AFFDD2;
}
.AnyTagClassName
{
color: #AFFDD2;
}
</style>
background-color css
<style>
a { background-color: #AFFDD2; }
a { background-color: rgb(175,253,210); }
div.DivClassName
{
background-color: #AFFDD2;
}
.BgClassName
{
background-color: #AFFDD2;
}
</style>
border-color css
<style>
span { border-color: #AFFDD2; }
span { border-color: rgb(175,253,210); }
td.TdClassName
{
border-color: #AFFDD2;
}
.TagClassName
{
border-color: #AFFDD2;
}
</style>