Shades of Magic Mint #AFDFC8
Tints of Magic Mint #AFDFC8
RGB
CMYK
RGB Variations
Color information
#AFDFC8 (or 0xAFDFC8) is known color: Magic Mint. HEX triplet: AF, DF and C8. RGB value is (175,223,200). Sum of RGB (Red+Green+Blue) = 175+223+200=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC8 is #502037. Grayscale: #CECECE. Windows color (decimal): -5251128 or 13164463. OLE color: 13164463.
HSL color Cylindrical-coordinate representation of color #AFDFC8: hue angle of 151.25º 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 #AFDFC8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 200 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.13 |
| HSL | 151.25º | 0.43% | 0.78% | - |
| HSV(B) | 151.25º | 0.22% | 0.87% | - |
| XYZ | 54.49 | 66.06 | 64.52 | - |
| YUV | 206.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 200 | 0.22 | 0 | 0.10 | 0.13 | 151.25 | 0.43 | 0.78 |
| Hex | AF | DF | C8 | 16 | 0 | A | D | 97 | 2B | 4E |
| Octal | 257 | 337 | 310 | 26 | 0 | 12 | 15 | 227 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11001000 | 10110 | 0 | 1010 | 1101 | 10010111 | 101011 | 1001110 |
Color Harmonies of #AFDFC8
Complementary color
Monochromatic Colors of #AFDFC8
Black with #AFDFC8
Text Example
Text Example
White with #AFDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFC8; }
p { color: rgb(175,223,200); }
H1.HeaderClassName
{
color: #AFDFC8;
}
.AnyTagClassName
{
color: #AFDFC8;
}
</style>
background-color css
<style>
a { background-color: #AFDFC8; }
a { background-color: rgb(175,223,200); }
div.DivClassName
{
background-color: #AFDFC8;
}
.BgClassName
{
background-color: #AFDFC8;
}
</style>
border-color css
<style>
span { border-color: #AFDFC8; }
span { border-color: rgb(175,223,200); }
td.TdClassName
{
border-color: #AFDFC8;
}
.TagClassName
{
border-color: #AFDFC8;
}
</style>