Shades of Magic Mint #A8F9CB
Tints of Magic Mint #A8F9CB
RGB
CMYK
RGB Variations
Color information
#A8F9CB (or 0xA8F9CB) is known color: Magic Mint. HEX triplet: A8, F9 and CB. RGB value is (168,249,203). Sum of RGB (Red+Green+Blue) = 168+249+203=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F9CB is #570634. Grayscale: #DBDBDB. Windows color (decimal): -5703221 or 13367720. OLE color: 13367720.
HSL color Cylindrical-coordinate representation of color #A8F9CB: hue angle of 145.93º degrees, saturation: 0.87, 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 #A8F9CB is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 203 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.02 |
| HSL | 145.93º | 0.87% | 0.82% | - |
| HSV(B) | 145.93º | 0.33% | 0.98% | - |
| XYZ | 60.8 | 80.39 | 68.81 | - |
| YUV | 219.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 203 | 0.33 | 0 | 0.18 | 0.02 | 145.93 | 0.87 | 0.82 |
| Hex | A8 | F9 | CB | 21 | 0 | 12 | 2 | 92 | 57 | 52 |
| Octal | 250 | 371 | 313 | 41 | 0 | 22 | 2 | 222 | 127 | 122 |
| Binary | 10101000 | 11111001 | 11001011 | 100001 | 0 | 10010 | 10 | 10010010 | 1010111 | 1010010 |
Color Harmonies of #A8F9CB
Complementary color
Monochromatic Colors of #A8F9CB
Black with #A8F9CB
Text Example
Text Example
White with #A8F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F9CB; }
p { color: rgb(168,249,203); }
H1.HeaderClassName
{
color: #A8F9CB;
}
.AnyTagClassName
{
color: #A8F9CB;
}
</style>
background-color css
<style>
a { background-color: #A8F9CB; }
a { background-color: rgb(168,249,203); }
div.DivClassName
{
background-color: #A8F9CB;
}
.BgClassName
{
background-color: #A8F9CB;
}
</style>
border-color css
<style>
span { border-color: #A8F9CB; }
span { border-color: rgb(168,249,203); }
td.TdClassName
{
border-color: #A8F9CB;
}
.TagClassName
{
border-color: #A8F9CB;
}
</style>