Shades of Magic Mint #A8FCDF
Tints of Magic Mint #A8FCDF
RGB
CMYK
RGB Variations
Color information
#A8FCDF (or 0xA8FCDF) is known color: Magic Mint. HEX triplet: A8, FC and DF. RGB value is (168,252,223). Sum of RGB (Red+Green+Blue) = 168+252+223=643 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.13% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCDF is #570320. Grayscale: #DFDFDF. Windows color (decimal): -5702433 or 14679208. OLE color: 14679208.
HSL color Cylindrical-coordinate representation of color #A8FCDF: hue angle of 159.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCDF is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 223 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.01 |
| HSL | 159.29º | 0.93% | 0.82% | - |
| HSV(B) | 159.29º | 0.33% | 0.99% | - |
| XYZ | 64.28 | 83.27 | 82.5 | - |
| YUV | 223.58 | 127.67 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 223 | 0.33 | 0 | 0.12 | 0.01 | 159.29 | 0.93 | 0.82 |
| Hex | A8 | FC | DF | 21 | 0 | C | 1 | 9F | 5D | 52 |
| Octal | 250 | 374 | 337 | 41 | 0 | 14 | 1 | 237 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11011111 | 100001 | 0 | 1100 | 1 | 10011111 | 1011101 | 1010010 |
Color Harmonies of #A8FCDF
Complementary color
Monochromatic Colors of #A8FCDF
Black with #A8FCDF
Text Example
Text Example
White with #A8FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCDF; }
p { color: rgb(168,252,223); }
H1.HeaderClassName
{
color: #A8FCDF;
}
.AnyTagClassName
{
color: #A8FCDF;
}
</style>
background-color css
<style>
a { background-color: #A8FCDF; }
a { background-color: rgb(168,252,223); }
div.DivClassName
{
background-color: #A8FCDF;
}
.BgClassName
{
background-color: #A8FCDF;
}
</style>
border-color css
<style>
span { border-color: #A8FCDF; }
span { border-color: rgb(168,252,223); }
td.TdClassName
{
border-color: #A8FCDF;
}
.TagClassName
{
border-color: #A8FCDF;
}
</style>