Shades of Magic Mint #AFFDDC
Tints of Magic Mint #AFFDDC
RGB
CMYK
RGB Variations
Color information
#AFFDDC (or 0xAFFDDC) is known color: Magic Mint. HEX triplet: AF, FD and DC. RGB value is (175,253,220). Sum of RGB (Red+Green+Blue) = 175+253+220=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDC is #500223. Grayscale: #E1E1E1. Windows color (decimal): -5243428 or 14482863. OLE color: 14482863.
HSL color Cylindrical-coordinate representation of color #AFFDDC: hue angle of 154.62º 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 #AFFDDC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 220 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 154.62º | 0.95% | 0.84% | - |
| HSV(B) | 154.62º | 0.31% | 0.99% | - |
| XYZ | 65.72 | 84.53 | 80.56 | - |
| YUV | 225.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 220 | 0.31 | 0 | 0.13 | 0.01 | 154.62 | 0.95 | 0.84 |
| Hex | AF | FD | DC | 1F | 0 | D | 1 | 9B | 5F | 54 |
| Octal | 257 | 375 | 334 | 37 | 0 | 15 | 1 | 233 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11011100 | 11111 | 0 | 1101 | 1 | 10011011 | 1011111 | 1010100 |
Color Harmonies of #AFFDDC
Complementary color
Monochromatic Colors of #AFFDDC
Black with #AFFDDC
Text Example
Text Example
White with #AFFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDDC; }
p { color: rgb(175,253,220); }
H1.HeaderClassName
{
color: #AFFDDC;
}
.AnyTagClassName
{
color: #AFFDDC;
}
</style>
background-color css
<style>
a { background-color: #AFFDDC; }
a { background-color: rgb(175,253,220); }
div.DivClassName
{
background-color: #AFFDDC;
}
.BgClassName
{
background-color: #AFFDDC;
}
</style>
border-color css
<style>
span { border-color: #AFFDDC; }
span { border-color: rgb(175,253,220); }
td.TdClassName
{
border-color: #AFFDDC;
}
.TagClassName
{
border-color: #AFFDDC;
}
</style>