Shades of Magic Mint #A8EFCD
Tints of Magic Mint #A8EFCD
RGB
CMYK
RGB Variations
Color information
#A8EFCD (or 0xA8EFCD) is known color: Magic Mint. HEX triplet: A8, EF and CD. RGB value is (168,239,205). Sum of RGB (Red+Green+Blue) = 168+239+205=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFCD is #571032. Grayscale: #D5D5D5. Windows color (decimal): -5705779 or 13496232. OLE color: 13496232.
HSL color Cylindrical-coordinate representation of color #A8EFCD: hue angle of 151.27º 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 #A8EFCD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 205 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.06 |
| HSL | 151.27º | 0.69% | 0.8% | - |
| HSV(B) | 151.27º | 0.3% | 0.94% | - |
| XYZ | 58.03 | 74.47 | 69.07 | - |
| YUV | 213.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 205 | 0.30 | 0 | 0.14 | 0.06 | 151.27 | 0.69 | 0.8 |
| Hex | A8 | EF | CD | 1E | 0 | E | 6 | 97 | 45 | 50 |
| Octal | 250 | 357 | 315 | 36 | 0 | 16 | 6 | 227 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11001101 | 11110 | 0 | 1110 | 110 | 10010111 | 1000101 | 1010000 |
Color Harmonies of #A8EFCD
Complementary color
Monochromatic Colors of #A8EFCD
Black with #A8EFCD
Text Example
Text Example
White with #A8EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFCD; }
p { color: rgb(168,239,205); }
H1.HeaderClassName
{
color: #A8EFCD;
}
.AnyTagClassName
{
color: #A8EFCD;
}
</style>
background-color css
<style>
a { background-color: #A8EFCD; }
a { background-color: rgb(168,239,205); }
div.DivClassName
{
background-color: #A8EFCD;
}
.BgClassName
{
background-color: #A8EFCD;
}
</style>
border-color css
<style>
span { border-color: #A8EFCD; }
span { border-color: rgb(168,239,205); }
td.TdClassName
{
border-color: #A8EFCD;
}
.TagClassName
{
border-color: #A8EFCD;
}
</style>