Shades of Magic Mint #A8EFC4
Tints of Magic Mint #A8EFC4
RGB
CMYK
RGB Variations
Color information
#A8EFC4 (or 0xA8EFC4) is known color: Magic Mint. HEX triplet: A8, EF and C4. RGB value is (168,239,196). Sum of RGB (Red+Green+Blue) = 168+239+196=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFC4 is #57103B. Grayscale: #D4D4D4. Windows color (decimal): -5705788 or 12906408. OLE color: 12906408.
HSL color Cylindrical-coordinate representation of color #A8EFC4: hue angle of 143.66º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFC4 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 196 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.06 |
| HSL | 143.66º | 0.69% | 0.8% | - |
| HSV(B) | 143.66º | 0.3% | 0.94% | - |
| XYZ | 56.98 | 74.04 | 63.51 | - |
| YUV | 212.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 196 | 0.30 | 0 | 0.18 | 0.06 | 143.66 | 0.69 | 0.8 |
| Hex | A8 | EF | C4 | 1E | 0 | 12 | 6 | 90 | 45 | 50 |
| Octal | 250 | 357 | 304 | 36 | 0 | 22 | 6 | 220 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11000100 | 11110 | 0 | 10010 | 110 | 10010000 | 1000101 | 1010000 |
Color Harmonies of #A8EFC4
Complementary color
Monochromatic Colors of #A8EFC4
Black with #A8EFC4
Text Example
Text Example
White with #A8EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFC4; }
p { color: rgb(168,239,196); }
H1.HeaderClassName
{
color: #A8EFC4;
}
.AnyTagClassName
{
color: #A8EFC4;
}
</style>
background-color css
<style>
a { background-color: #A8EFC4; }
a { background-color: rgb(168,239,196); }
div.DivClassName
{
background-color: #A8EFC4;
}
.BgClassName
{
background-color: #A8EFC4;
}
</style>
border-color css
<style>
span { border-color: #A8EFC4; }
span { border-color: rgb(168,239,196); }
td.TdClassName
{
border-color: #A8EFC4;
}
.TagClassName
{
border-color: #A8EFC4;
}
</style>