Shades of Magic Mint #A8F3C3
Tints of Magic Mint #A8F3C3
RGB
CMYK
RGB Variations
Color information
#A8F3C3 (or 0xA8F3C3) is known color: Magic Mint. HEX triplet: A8, F3 and C3. RGB value is (168,243,195). Sum of RGB (Red+Green+Blue) = 168+243+195=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3C3 is #570C3C. Grayscale: #D7D7D7. Windows color (decimal): -5704765 or 12841896. OLE color: 12841896.
HSL color Cylindrical-coordinate representation of color #A8F3C3: hue angle of 141.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3C3 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 195 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.05 |
| HSL | 141.6º | 0.76% | 0.81% | - |
| HSV(B) | 141.6º | 0.31% | 0.95% | - |
| XYZ | 58.05 | 76.37 | 63.31 | - |
| YUV | 215.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 195 | 0.31 | 0 | 0.20 | 0.05 | 141.6 | 0.76 | 0.81 |
| Hex | A8 | F3 | C3 | 1F | 0 | 14 | 5 | 8E | 4C | 51 |
| Octal | 250 | 363 | 303 | 37 | 0 | 24 | 5 | 216 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11000011 | 11111 | 0 | 10100 | 101 | 10001110 | 1001100 | 1010001 |
Color Harmonies of #A8F3C3
Complementary color
Monochromatic Colors of #A8F3C3
Black with #A8F3C3
Text Example
Text Example
White with #A8F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3C3; }
p { color: rgb(168,243,195); }
H1.HeaderClassName
{
color: #A8F3C3;
}
.AnyTagClassName
{
color: #A8F3C3;
}
</style>
background-color css
<style>
a { background-color: #A8F3C3; }
a { background-color: rgb(168,243,195); }
div.DivClassName
{
background-color: #A8F3C3;
}
.BgClassName
{
background-color: #A8F3C3;
}
</style>
border-color css
<style>
span { border-color: #A8F3C3; }
span { border-color: rgb(168,243,195); }
td.TdClassName
{
border-color: #A8F3C3;
}
.TagClassName
{
border-color: #A8F3C3;
}
</style>