Shades of Magic Mint #A8F8CC
Tints of Magic Mint #A8F8CC
RGB
CMYK
RGB Variations
Color information
#A8F8CC (or 0xA8F8CC) is known color: Magic Mint. HEX triplet: A8, F8 and CC. RGB value is (168,248,204). Sum of RGB (Red+Green+Blue) = 168+248+204=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8CC is #570733. Grayscale: #DBDBDB. Windows color (decimal): -5703476 or 13433000. OLE color: 13433000.
HSL color Cylindrical-coordinate representation of color #A8F8CC: hue angle of 147º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8CC is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 204 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.03 |
| HSL | 147º | 0.85% | 0.82% | - |
| HSV(B) | 147º | 0.32% | 0.97% | - |
| XYZ | 60.61 | 79.82 | 69.34 | - |
| YUV | 219.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 204 | 0.32 | 0 | 0.18 | 0.03 | 147 | 0.85 | 0.82 |
| Hex | A8 | F8 | CC | 20 | 0 | 12 | 3 | 93 | 55 | 52 |
| Octal | 250 | 370 | 314 | 40 | 0 | 22 | 3 | 223 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11001100 | 100000 | 0 | 10010 | 11 | 10010011 | 1010101 | 1010010 |
Color Harmonies of #A8F8CC
Complementary color
Monochromatic Colors of #A8F8CC
Black with #A8F8CC
Text Example
Text Example
White with #A8F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8CC; }
p { color: rgb(168,248,204); }
H1.HeaderClassName
{
color: #A8F8CC;
}
.AnyTagClassName
{
color: #A8F8CC;
}
</style>
background-color css
<style>
a { background-color: #A8F8CC; }
a { background-color: rgb(168,248,204); }
div.DivClassName
{
background-color: #A8F8CC;
}
.BgClassName
{
background-color: #A8F8CC;
}
</style>
border-color css
<style>
span { border-color: #A8F8CC; }
span { border-color: rgb(168,248,204); }
td.TdClassName
{
border-color: #A8F8CC;
}
.TagClassName
{
border-color: #A8F8CC;
}
</style>