Shades of Magic Mint #A8EFCA
Tints of Magic Mint #A8EFCA
RGB
CMYK
RGB Variations
Color information
#A8EFCA (or 0xA8EFCA) is known color: Magic Mint. HEX triplet: A8, EF and CA. RGB value is (168,239,202). Sum of RGB (Red+Green+Blue) = 168+239+202=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFCA is #571035. Grayscale: #D5D5D5. Windows color (decimal): -5705782 or 13299624. OLE color: 13299624.
HSL color Cylindrical-coordinate representation of color #A8EFCA: hue angle of 148.73º 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 #A8EFCA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 202 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.06 |
| HSL | 148.73º | 0.69% | 0.8% | - |
| HSV(B) | 148.73º | 0.3% | 0.94% | - |
| XYZ | 57.68 | 74.32 | 67.18 | - |
| YUV | 213.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 202 | 0.30 | 0 | 0.15 | 0.06 | 148.73 | 0.69 | 0.8 |
| Hex | A8 | EF | CA | 1E | 0 | F | 6 | 95 | 45 | 50 |
| Octal | 250 | 357 | 312 | 36 | 0 | 17 | 6 | 225 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11001010 | 11110 | 0 | 1111 | 110 | 10010101 | 1000101 | 1010000 |
Color Harmonies of #A8EFCA
Complementary color
Monochromatic Colors of #A8EFCA
Black with #A8EFCA
Text Example
Text Example
White with #A8EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFCA; }
p { color: rgb(168,239,202); }
H1.HeaderClassName
{
color: #A8EFCA;
}
.AnyTagClassName
{
color: #A8EFCA;
}
</style>
background-color css
<style>
a { background-color: #A8EFCA; }
a { background-color: rgb(168,239,202); }
div.DivClassName
{
background-color: #A8EFCA;
}
.BgClassName
{
background-color: #A8EFCA;
}
</style>
border-color css
<style>
span { border-color: #A8EFCA; }
span { border-color: rgb(168,239,202); }
td.TdClassName
{
border-color: #A8EFCA;
}
.TagClassName
{
border-color: #A8EFCA;
}
</style>