Shades of Magic Mint #A8F3CC
Tints of Magic Mint #A8F3CC
RGB
CMYK
RGB Variations
Color information
#A8F3CC (or 0xA8F3CC) is known color: Magic Mint. HEX triplet: A8, F3 and CC. RGB value is (168,243,204). Sum of RGB (Red+Green+Blue) = 168+243+204=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3CC is #570C33. Grayscale: #D8D8D8. Windows color (decimal): -5704756 or 13431720. OLE color: 13431720.
HSL color Cylindrical-coordinate representation of color #A8F3CC: hue angle of 148.8º 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 #A8F3CC is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 204 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.05 |
| HSL | 148.8º | 0.76% | 0.81% | - |
| HSV(B) | 148.8º | 0.31% | 0.95% | - |
| XYZ | 59.1 | 76.79 | 68.83 | - |
| YUV | 216.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 204 | 0.31 | 0 | 0.16 | 0.05 | 148.8 | 0.76 | 0.81 |
| Hex | A8 | F3 | CC | 1F | 0 | 10 | 5 | 95 | 4C | 51 |
| Octal | 250 | 363 | 314 | 37 | 0 | 20 | 5 | 225 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11001100 | 11111 | 0 | 10000 | 101 | 10010101 | 1001100 | 1010001 |
Color Harmonies of #A8F3CC
Complementary color
Monochromatic Colors of #A8F3CC
Black with #A8F3CC
Text Example
Text Example
White with #A8F3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3CC; }
p { color: rgb(168,243,204); }
H1.HeaderClassName
{
color: #A8F3CC;
}
.AnyTagClassName
{
color: #A8F3CC;
}
</style>
background-color css
<style>
a { background-color: #A8F3CC; }
a { background-color: rgb(168,243,204); }
div.DivClassName
{
background-color: #A8F3CC;
}
.BgClassName
{
background-color: #A8F3CC;
}
</style>
border-color css
<style>
span { border-color: #A8F3CC; }
span { border-color: rgb(168,243,204); }
td.TdClassName
{
border-color: #A8F3CC;
}
.TagClassName
{
border-color: #A8F3CC;
}
</style>