Shades of Magic Mint #A8FCC3
Tints of Magic Mint #A8FCC3
RGB
CMYK
RGB Variations
Color information
#A8FCC3 (or 0xA8FCC3) is known color: Magic Mint. HEX triplet: A8, FC and C3. RGB value is (168,252,195). Sum of RGB (Red+Green+Blue) = 168+252+195=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCC3 is #57033C. Grayscale: #DCDCDC. Windows color (decimal): -5702461 or 12844200. OLE color: 12844200.
HSL color Cylindrical-coordinate representation of color #A8FCC3: hue angle of 139.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCC3 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 195 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.01 |
| HSL | 139.29º | 0.93% | 0.82% | - |
| HSV(B) | 139.29º | 0.33% | 0.99% | - |
| XYZ | 60.81 | 81.89 | 64.23 | - |
| YUV | 220.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 195 | 0.33 | 0 | 0.23 | 0.01 | 139.29 | 0.93 | 0.82 |
| Hex | A8 | FC | C3 | 21 | 0 | 17 | 1 | 8B | 5D | 52 |
| Octal | 250 | 374 | 303 | 41 | 0 | 27 | 1 | 213 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11000011 | 100001 | 0 | 10111 | 1 | 10001011 | 1011101 | 1010010 |
Color Harmonies of #A8FCC3
Complementary color
Monochromatic Colors of #A8FCC3
Black with #A8FCC3
Text Example
Text Example
White with #A8FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCC3; }
p { color: rgb(168,252,195); }
H1.HeaderClassName
{
color: #A8FCC3;
}
.AnyTagClassName
{
color: #A8FCC3;
}
</style>
background-color css
<style>
a { background-color: #A8FCC3; }
a { background-color: rgb(168,252,195); }
div.DivClassName
{
background-color: #A8FCC3;
}
.BgClassName
{
background-color: #A8FCC3;
}
</style>
border-color css
<style>
span { border-color: #A8FCC3; }
span { border-color: rgb(168,252,195); }
td.TdClassName
{
border-color: #A8FCC3;
}
.TagClassName
{
border-color: #A8FCC3;
}
</style>