Shades of Magic Mint #AFFFDC
Tints of Magic Mint #AFFFDC
RGB
CMYK
RGB Variations
Color information
#AFFFDC (or 0xAFFFDC) is known color: Magic Mint. HEX triplet: AF, FF and DC. RGB value is (175,255,220). Sum of RGB (Red+Green+Blue) = 175+255+220=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDC is #500023. Grayscale: #E3E3E3. Windows color (decimal): -5242916 or 14483375. OLE color: 14483375.
HSL color Cylindrical-coordinate representation of color #AFFFDC: hue angle of 153.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFDC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 220 | - |
| CMYK | 0.31 | 0 | 0.14 | 0 |
| HSL | 153.75º | 1% | 0.84% | - |
| HSV(B) | 153.75º | 0.31% | 1% | - |
| XYZ | 66.36 | 85.8 | 80.77 | - |
| YUV | 227.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 220 | 0.31 | 0 | 0.14 | 0 | 153.75 | 1 | 0.84 |
| Hex | AF | FF | DC | 1F | 0 | E | 0 | 9A | 64 | 54 |
| Octal | 257 | 377 | 334 | 37 | 0 | 16 | 0 | 232 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11011100 | 11111 | 0 | 1110 | 0 | 10011010 | 1100100 | 1010100 |
Color Harmonies of #AFFFDC
Complementary color
Monochromatic Colors of #AFFFDC
Black with #AFFFDC
Text Example
Text Example
White with #AFFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFDC; }
p { color: rgb(175,255,220); }
H1.HeaderClassName
{
color: #AFFFDC;
}
.AnyTagClassName
{
color: #AFFFDC;
}
</style>
background-color css
<style>
a { background-color: #AFFFDC; }
a { background-color: rgb(175,255,220); }
div.DivClassName
{
background-color: #AFFFDC;
}
.BgClassName
{
background-color: #AFFFDC;
}
</style>
border-color css
<style>
span { border-color: #AFFFDC; }
span { border-color: rgb(175,255,220); }
td.TdClassName
{
border-color: #AFFFDC;
}
.TagClassName
{
border-color: #AFFFDC;
}
</style>