Shades of Magic Mint #A8F0CF
Tints of Magic Mint #A8F0CF
RGB
CMYK
RGB Variations
Color information
#A8F0CF (or 0xA8F0CF) is known color: Magic Mint. HEX triplet: A8, F0 and CF. RGB value is (168,240,207). Sum of RGB (Red+Green+Blue) = 168+240+207=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0CF is #570F30. Grayscale: #D6D6D6. Windows color (decimal): -5705521 or 13627560. OLE color: 13627560.
HSL color Cylindrical-coordinate representation of color #A8F0CF: hue angle of 152.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0CF is Cyan = 0.3, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 207 | - |
| CMYK | 0.3 | 0 | 0.14 | 0.06 |
| HSL | 152.5º | 0.71% | 0.8% | - |
| HSV(B) | 152.5º | 0.3% | 0.94% | - |
| XYZ | 58.57 | 75.15 | 70.45 | - |
| YUV | 214.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 207 | 0.3 | 0 | 0.14 | 0.06 | 152.5 | 0.71 | 0.8 |
| Hex | A8 | F0 | CF | 1E | 0 | E | 6 | 98 | 47 | 50 |
| Octal | 250 | 360 | 317 | 36 | 0 | 16 | 6 | 230 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11001111 | 11110 | 0 | 1110 | 110 | 10011000 | 1000111 | 1010000 |
Color Harmonies of #A8F0CF
Complementary color
Monochromatic Colors of #A8F0CF
Black with #A8F0CF
Text Example
Text Example
White with #A8F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0CF; }
p { color: rgb(168,240,207); }
H1.HeaderClassName
{
color: #A8F0CF;
}
.AnyTagClassName
{
color: #A8F0CF;
}
</style>
background-color css
<style>
a { background-color: #A8F0CF; }
a { background-color: rgb(168,240,207); }
div.DivClassName
{
background-color: #A8F0CF;
}
.BgClassName
{
background-color: #A8F0CF;
}
</style>
border-color css
<style>
span { border-color: #A8F0CF; }
span { border-color: rgb(168,240,207); }
td.TdClassName
{
border-color: #A8F0CF;
}
.TagClassName
{
border-color: #A8F0CF;
}
</style>