Shades of Magic Mint #A8FFC4
Tints of Magic Mint #A8FFC4
RGB
CMYK
RGB Variations
Color information
#A8FFC4 (or 0xA8FFC4) is known color: Magic Mint. HEX triplet: A8, FF and C4. RGB value is (168,255,196). Sum of RGB (Red+Green+Blue) = 168+255+196=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFC4 is #57003B. Grayscale: #DEDEDE. Windows color (decimal): -5701692 or 12910504. OLE color: 12910504.
HSL color Cylindrical-coordinate representation of color #A8FFC4: hue angle of 139.31º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFC4 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 196 | - |
| CMYK | 0.34 | 0 | 0.23 | 0 |
| HSL | 139.31º | 1% | 0.83% | - |
| HSV(B) | 139.31º | 0.34% | 1% | - |
| XYZ | 61.87 | 83.83 | 65.14 | - |
| YUV | 222.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 196 | 0.34 | 0 | 0.23 | 0 | 139.31 | 1 | 0.83 |
| Hex | A8 | FF | C4 | 22 | 0 | 17 | 0 | 8B | 64 | 53 |
| Octal | 250 | 377 | 304 | 42 | 0 | 27 | 0 | 213 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11000100 | 100010 | 0 | 10111 | 0 | 10001011 | 1100100 | 1010011 |
Color Harmonies of #A8FFC4
Complementary color
Monochromatic Colors of #A8FFC4
Black with #A8FFC4
Text Example
Text Example
White with #A8FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFC4; }
p { color: rgb(168,255,196); }
H1.HeaderClassName
{
color: #A8FFC4;
}
.AnyTagClassName
{
color: #A8FFC4;
}
</style>
background-color css
<style>
a { background-color: #A8FFC4; }
a { background-color: rgb(168,255,196); }
div.DivClassName
{
background-color: #A8FFC4;
}
.BgClassName
{
background-color: #A8FFC4;
}
</style>
border-color css
<style>
span { border-color: #A8FFC4; }
span { border-color: rgb(168,255,196); }
td.TdClassName
{
border-color: #A8FFC4;
}
.TagClassName
{
border-color: #A8FFC4;
}
</style>