Shades of Magic Mint #A8FBCF
Tints of Magic Mint #A8FBCF
RGB
CMYK
RGB Variations
Color information
#A8FBCF (or 0xA8FBCF) is known color: Magic Mint. HEX triplet: A8, FB and CF. RGB value is (168,251,207). Sum of RGB (Red+Green+Blue) = 168+251+207=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBCF is #570430. Grayscale: #DDDDDD. Windows color (decimal): -5702705 or 13630376. OLE color: 13630376.
HSL color Cylindrical-coordinate representation of color #A8FBCF: hue angle of 148.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBCF is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 207 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.02 |
| HSL | 148.19º | 0.91% | 0.82% | - |
| HSV(B) | 148.19º | 0.33% | 0.98% | - |
| XYZ | 61.91 | 81.82 | 71.56 | - |
| YUV | 221.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 207 | 0.33 | 0 | 0.18 | 0.02 | 148.19 | 0.91 | 0.82 |
| Hex | A8 | FB | CF | 21 | 0 | 12 | 2 | 94 | 5B | 52 |
| Octal | 250 | 373 | 317 | 41 | 0 | 22 | 2 | 224 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11001111 | 100001 | 0 | 10010 | 10 | 10010100 | 1011011 | 1010010 |
Color Harmonies of #A8FBCF
Complementary color
Monochromatic Colors of #A8FBCF
Black with #A8FBCF
Text Example
Text Example
White with #A8FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBCF; }
p { color: rgb(168,251,207); }
H1.HeaderClassName
{
color: #A8FBCF;
}
.AnyTagClassName
{
color: #A8FBCF;
}
</style>
background-color css
<style>
a { background-color: #A8FBCF; }
a { background-color: rgb(168,251,207); }
div.DivClassName
{
background-color: #A8FBCF;
}
.BgClassName
{
background-color: #A8FBCF;
}
</style>
border-color css
<style>
span { border-color: #A8FBCF; }
span { border-color: rgb(168,251,207); }
td.TdClassName
{
border-color: #A8FBCF;
}
.TagClassName
{
border-color: #A8FBCF;
}
</style>