Shades of Magic Mint #AFDFC9
Tints of Magic Mint #AFDFC9
RGB
CMYK
RGB Variations
Color information
#AFDFC9 (or 0xAFDFC9) is known color: Magic Mint. HEX triplet: AF, DF and C9. RGB value is (175,223,201). Sum of RGB (Red+Green+Blue) = 175+223+201=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC9 is #502036. Grayscale: #CECECE. Windows color (decimal): -5251127 or 13229999. OLE color: 13229999.
HSL color Cylindrical-coordinate representation of color #AFDFC9: hue angle of 152.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 #AFDFC9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 201 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.13 |
| HSL | 152.5º | 0.43% | 0.78% | - |
| HSV(B) | 152.5º | 0.22% | 0.87% | - |
| XYZ | 54.61 | 66.11 | 65.14 | - |
| YUV | 206.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 201 | 0.22 | 0 | 0.10 | 0.13 | 152.5 | 0.43 | 0.78 |
| Hex | AF | DF | C9 | 16 | 0 | A | D | 98 | 2B | 4E |
| Octal | 257 | 337 | 311 | 26 | 0 | 12 | 15 | 230 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11001001 | 10110 | 0 | 1010 | 1101 | 10011000 | 101011 | 1001110 |
Color Harmonies of #AFDFC9
Complementary color
Monochromatic Colors of #AFDFC9
Black with #AFDFC9
Text Example
Text Example
White with #AFDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFC9; }
p { color: rgb(175,223,201); }
H1.HeaderClassName
{
color: #AFDFC9;
}
.AnyTagClassName
{
color: #AFDFC9;
}
</style>
background-color css
<style>
a { background-color: #AFDFC9; }
a { background-color: rgb(175,223,201); }
div.DivClassName
{
background-color: #AFDFC9;
}
.BgClassName
{
background-color: #AFDFC9;
}
</style>
border-color css
<style>
span { border-color: #AFDFC9; }
span { border-color: rgb(175,223,201); }
td.TdClassName
{
border-color: #AFDFC9;
}
.TagClassName
{
border-color: #AFDFC9;
}
</style>