Shades of Magic Mint #A8FCCA
Tints of Magic Mint #A8FCCA
RGB
CMYK
RGB Variations
Color information
#A8FCCA (or 0xA8FCCA) is known color: Magic Mint. HEX triplet: A8, FC and CA. RGB value is (168,252,202). Sum of RGB (Red+Green+Blue) = 168+252+202=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCCA is #570335. Grayscale: #DDDDDD. Windows color (decimal): -5702454 or 13302952. OLE color: 13302952.
HSL color Cylindrical-coordinate representation of color #A8FCCA: hue angle of 144.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 #A8FCCA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 202 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.01 |
| HSL | 144.29º | 0.93% | 0.82% | - |
| HSV(B) | 144.29º | 0.33% | 0.99% | - |
| XYZ | 61.62 | 82.21 | 68.5 | - |
| YUV | 221.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 202 | 0.33 | 0 | 0.20 | 0.01 | 144.29 | 0.93 | 0.82 |
| Hex | A8 | FC | CA | 21 | 0 | 14 | 1 | 90 | 5D | 52 |
| Octal | 250 | 374 | 312 | 41 | 0 | 24 | 1 | 220 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11001010 | 100001 | 0 | 10100 | 1 | 10010000 | 1011101 | 1010010 |
Color Harmonies of #A8FCCA
Complementary color
Monochromatic Colors of #A8FCCA
Black with #A8FCCA
Text Example
Text Example
White with #A8FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCCA; }
p { color: rgb(168,252,202); }
H1.HeaderClassName
{
color: #A8FCCA;
}
.AnyTagClassName
{
color: #A8FCCA;
}
</style>
background-color css
<style>
a { background-color: #A8FCCA; }
a { background-color: rgb(168,252,202); }
div.DivClassName
{
background-color: #A8FCCA;
}
.BgClassName
{
background-color: #A8FCCA;
}
</style>
border-color css
<style>
span { border-color: #A8FCCA; }
span { border-color: rgb(168,252,202); }
td.TdClassName
{
border-color: #A8FCCA;
}
.TagClassName
{
border-color: #A8FCCA;
}
</style>