Shades of Magic Mint #AFDFC5
Tints of Magic Mint #AFDFC5
RGB
CMYK
RGB Variations
Color information
#AFDFC5 (or 0xAFDFC5) is known color: Magic Mint. HEX triplet: AF, DF and C5. RGB value is (175,223,197). Sum of RGB (Red+Green+Blue) = 175+223+197=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC5 is #50203A. Grayscale: #CDCDCD. Windows color (decimal): -5251131 or 12967855. OLE color: 12967855.
HSL color Cylindrical-coordinate representation of color #AFDFC5: hue angle of 147.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC5 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 197 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.13 |
| HSL | 147.5º | 0.43% | 0.78% | - |
| HSV(B) | 147.5º | 0.22% | 0.87% | - |
| XYZ | 54.14 | 65.92 | 62.69 | - |
| YUV | 205.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 197 | 0.22 | 0 | 0.12 | 0.13 | 147.5 | 0.43 | 0.78 |
| Hex | AF | DF | C5 | 16 | 0 | C | D | 94 | 2B | 4E |
| Octal | 257 | 337 | 305 | 26 | 0 | 14 | 15 | 224 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11000101 | 10110 | 0 | 1100 | 1101 | 10010100 | 101011 | 1001110 |
Color Harmonies of #AFDFC5
Complementary color
Monochromatic Colors of #AFDFC5
Black with #AFDFC5
Text Example
Text Example
White with #AFDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFC5; }
p { color: rgb(175,223,197); }
H1.HeaderClassName
{
color: #AFDFC5;
}
.AnyTagClassName
{
color: #AFDFC5;
}
</style>
background-color css
<style>
a { background-color: #AFDFC5; }
a { background-color: rgb(175,223,197); }
div.DivClassName
{
background-color: #AFDFC5;
}
.BgClassName
{
background-color: #AFDFC5;
}
</style>
border-color css
<style>
span { border-color: #AFDFC5; }
span { border-color: rgb(175,223,197); }
td.TdClassName
{
border-color: #AFDFC5;
}
.TagClassName
{
border-color: #AFDFC5;
}
</style>