Shades of Magic Mint #AFDDC5
Tints of Magic Mint #AFDDC5
RGB
CMYK
RGB Variations
Color information
#AFDDC5 (or 0xAFDDC5) is known color: Magic Mint. HEX triplet: AF, DD and C5. RGB value is (175,221,197). Sum of RGB (Red+Green+Blue) = 175+221+197=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC5 is #50223A. Grayscale: #CCCCCC. Windows color (decimal): -5251643 or 12967343. OLE color: 12967343.
HSL color Cylindrical-coordinate representation of color #AFDDC5: hue angle of 148.7º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 197 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.13 |
| HSL | 148.7º | 0.4% | 0.78% | - |
| HSV(B) | 148.7º | 0.21% | 0.87% | - |
| XYZ | 53.61 | 64.86 | 62.52 | - |
| YUV | 204.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 197 | 0.21 | 0 | 0.11 | 0.13 | 148.7 | 0.4 | 0.78 |
| Hex | AF | DD | C5 | 15 | 0 | B | D | 95 | 28 | 4E |
| Octal | 257 | 335 | 305 | 25 | 0 | 13 | 15 | 225 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11000101 | 10101 | 0 | 1011 | 1101 | 10010101 | 101000 | 1001110 |
Color Harmonies of #AFDDC5
Complementary color
Monochromatic Colors of #AFDDC5
Black with #AFDDC5
Text Example
Text Example
White with #AFDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC5; }
p { color: rgb(175,221,197); }
H1.HeaderClassName
{
color: #AFDDC5;
}
.AnyTagClassName
{
color: #AFDDC5;
}
</style>
background-color css
<style>
a { background-color: #AFDDC5; }
a { background-color: rgb(175,221,197); }
div.DivClassName
{
background-color: #AFDDC5;
}
.BgClassName
{
background-color: #AFDDC5;
}
</style>
border-color css
<style>
span { border-color: #AFDDC5; }
span { border-color: rgb(175,221,197); }
td.TdClassName
{
border-color: #AFDDC5;
}
.TagClassName
{
border-color: #AFDDC5;
}
</style>