Shades of Magic Mint #A8F4CC
Tints of Magic Mint #A8F4CC
RGB
CMYK
RGB Variations
Color information
#A8F4CC (or 0xA8F4CC) is known color: Magic Mint. HEX triplet: A8, F4 and CC. RGB value is (168,244,204). Sum of RGB (Red+Green+Blue) = 168+244+204=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4CC is #570B33. Grayscale: #D8D8D8. Windows color (decimal): -5704500 or 13431976. OLE color: 13431976.
HSL color Cylindrical-coordinate representation of color #A8F4CC: hue angle of 148.42º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4CC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 204 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.04 |
| HSL | 148.42º | 0.78% | 0.81% | - |
| HSV(B) | 148.42º | 0.31% | 0.96% | - |
| XYZ | 59.4 | 77.39 | 68.93 | - |
| YUV | 216.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 204 | 0.31 | 0 | 0.16 | 0.04 | 148.42 | 0.78 | 0.81 |
| Hex | A8 | F4 | CC | 1F | 0 | 10 | 4 | 94 | 4E | 51 |
| Octal | 250 | 364 | 314 | 37 | 0 | 20 | 4 | 224 | 116 | 121 |
| Binary | 10101000 | 11110100 | 11001100 | 11111 | 0 | 10000 | 100 | 10010100 | 1001110 | 1010001 |
Color Harmonies of #A8F4CC
Complementary color
Monochromatic Colors of #A8F4CC
Black with #A8F4CC
Text Example
Text Example
White with #A8F4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4CC; }
p { color: rgb(168,244,204); }
H1.HeaderClassName
{
color: #A8F4CC;
}
.AnyTagClassName
{
color: #A8F4CC;
}
</style>
background-color css
<style>
a { background-color: #A8F4CC; }
a { background-color: rgb(168,244,204); }
div.DivClassName
{
background-color: #A8F4CC;
}
.BgClassName
{
background-color: #A8F4CC;
}
</style>
border-color css
<style>
span { border-color: #A8F4CC; }
span { border-color: rgb(168,244,204); }
td.TdClassName
{
border-color: #A8F4CC;
}
.TagClassName
{
border-color: #A8F4CC;
}
</style>