Shades of Magic Mint #AFFDDD
Tints of Magic Mint #AFFDDD
RGB
CMYK
RGB Variations
Color information
#AFFDDD (or 0xAFFDDD) is known color: Magic Mint. HEX triplet: AF, FD and DD. RGB value is (175,253,221). Sum of RGB (Red+Green+Blue) = 175+253+221=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDD is #500222. Grayscale: #E2E2E2. Windows color (decimal): -5243427 or 14548399. OLE color: 14548399.
HSL color Cylindrical-coordinate representation of color #AFFDDD: hue angle of 155.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 #AFFDDD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 221 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 155.38º | 0.95% | 0.84% | - |
| HSV(B) | 155.38º | 0.31% | 0.99% | - |
| XYZ | 65.86 | 84.58 | 81.26 | - |
| YUV | 226.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 221 | 0.31 | 0 | 0.13 | 0.01 | 155.38 | 0.95 | 0.84 |
| Hex | AF | FD | DD | 1F | 0 | D | 1 | 9B | 5F | 54 |
| Octal | 257 | 375 | 335 | 37 | 0 | 15 | 1 | 233 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11011101 | 11111 | 0 | 1101 | 1 | 10011011 | 1011111 | 1010100 |
Color Harmonies of #AFFDDD
Complementary color
Monochromatic Colors of #AFFDDD
Black with #AFFDDD
Text Example
Text Example
White with #AFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDDD; }
p { color: rgb(175,253,221); }
H1.HeaderClassName
{
color: #AFFDDD;
}
.AnyTagClassName
{
color: #AFFDDD;
}
</style>
background-color css
<style>
a { background-color: #AFFDDD; }
a { background-color: rgb(175,253,221); }
div.DivClassName
{
background-color: #AFFDDD;
}
.BgClassName
{
background-color: #AFFDDD;
}
</style>
border-color css
<style>
span { border-color: #AFFDDD; }
span { border-color: rgb(175,253,221); }
td.TdClassName
{
border-color: #AFFDDD;
}
.TagClassName
{
border-color: #AFFDDD;
}
</style>