Shades of Magic Mint #AFFDDF
Tints of Magic Mint #AFFDDF
RGB
CMYK
RGB Variations
Color information
#AFFDDF (or 0xAFFDDF) is known color: Magic Mint. HEX triplet: AF, FD and DF. RGB value is (175,253,223). Sum of RGB (Red+Green+Blue) = 175+253+223=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDF is #500220. Grayscale: #E2E2E2. Windows color (decimal): -5243425 or 14679471. OLE color: 14679471.
HSL color Cylindrical-coordinate representation of color #AFFDDF: hue angle of 156.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 #AFFDDF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 223 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.01 |
| HSL | 156.92º | 0.95% | 0.84% | - |
| HSV(B) | 156.92º | 0.31% | 0.99% | - |
| XYZ | 66.12 | 84.69 | 82.67 | - |
| YUV | 226.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 223 | 0.31 | 0 | 0.12 | 0.01 | 156.92 | 0.95 | 0.84 |
| Hex | AF | FD | DF | 1F | 0 | C | 1 | 9D | 5F | 54 |
| Octal | 257 | 375 | 337 | 37 | 0 | 14 | 1 | 235 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11011111 | 11111 | 0 | 1100 | 1 | 10011101 | 1011111 | 1010100 |
Color Harmonies of #AFFDDF
Complementary color
Monochromatic Colors of #AFFDDF
Black with #AFFDDF
Text Example
Text Example
White with #AFFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDDF; }
p { color: rgb(175,253,223); }
H1.HeaderClassName
{
color: #AFFDDF;
}
.AnyTagClassName
{
color: #AFFDDF;
}
</style>
background-color css
<style>
a { background-color: #AFFDDF; }
a { background-color: rgb(175,253,223); }
div.DivClassName
{
background-color: #AFFDDF;
}
.BgClassName
{
background-color: #AFFDDF;
}
</style>
border-color css
<style>
span { border-color: #AFFDDF; }
span { border-color: rgb(175,253,223); }
td.TdClassName
{
border-color: #AFFDDF;
}
.TagClassName
{
border-color: #AFFDDF;
}
</style>