Shades of Magic Mint #A8F0CB
Tints of Magic Mint #A8F0CB
RGB
CMYK
RGB Variations
Color information
#A8F0CB (or 0xA8F0CB) is known color: Magic Mint. HEX triplet: A8, F0 and CB. RGB value is (168,240,203). Sum of RGB (Red+Green+Blue) = 168+240+203=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0CB is #570F34. Grayscale: #D6D6D6. Windows color (decimal): -5705525 or 13365416. OLE color: 13365416.
HSL color Cylindrical-coordinate representation of color #A8F0CB: hue angle of 149.17º 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 #A8F0CB is Cyan = 0.3, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 203 | - |
| CMYK | 0.3 | 0 | 0.15 | 0.06 |
| HSL | 149.17º | 0.71% | 0.8% | - |
| HSV(B) | 149.17º | 0.3% | 0.94% | - |
| XYZ | 58.09 | 74.96 | 67.91 | - |
| YUV | 214.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 203 | 0.3 | 0 | 0.15 | 0.06 | 149.17 | 0.71 | 0.8 |
| Hex | A8 | F0 | CB | 1E | 0 | F | 6 | 95 | 47 | 50 |
| Octal | 250 | 360 | 313 | 36 | 0 | 17 | 6 | 225 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11001011 | 11110 | 0 | 1111 | 110 | 10010101 | 1000111 | 1010000 |
Color Harmonies of #A8F0CB
Complementary color
Monochromatic Colors of #A8F0CB
Black with #A8F0CB
Text Example
Text Example
White with #A8F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0CB; }
p { color: rgb(168,240,203); }
H1.HeaderClassName
{
color: #A8F0CB;
}
.AnyTagClassName
{
color: #A8F0CB;
}
</style>
background-color css
<style>
a { background-color: #A8F0CB; }
a { background-color: rgb(168,240,203); }
div.DivClassName
{
background-color: #A8F0CB;
}
.BgClassName
{
background-color: #A8F0CB;
}
</style>
border-color css
<style>
span { border-color: #A8F0CB; }
span { border-color: rgb(168,240,203); }
td.TdClassName
{
border-color: #A8F0CB;
}
.TagClassName
{
border-color: #A8F0CB;
}
</style>