Shades of Magic Mint #A8EFCC
Tints of Magic Mint #A8EFCC
RGB
CMYK
RGB Variations
Color information
#A8EFCC (or 0xA8EFCC) is known color: Magic Mint. HEX triplet: A8, EF and CC. RGB value is (168,239,204). Sum of RGB (Red+Green+Blue) = 168+239+204=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFCC is #571033. Grayscale: #D5D5D5. Windows color (decimal): -5705780 or 13430696. OLE color: 13430696.
HSL color Cylindrical-coordinate representation of color #A8EFCC: hue angle of 150.42º 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 #A8EFCC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 204 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.06 |
| HSL | 150.42º | 0.69% | 0.8% | - |
| HSV(B) | 150.42º | 0.3% | 0.94% | - |
| XYZ | 57.91 | 74.42 | 68.44 | - |
| YUV | 213.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 204 | 0.30 | 0 | 0.15 | 0.06 | 150.42 | 0.69 | 0.8 |
| Hex | A8 | EF | CC | 1E | 0 | F | 6 | 96 | 45 | 50 |
| Octal | 250 | 357 | 314 | 36 | 0 | 17 | 6 | 226 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11001100 | 11110 | 0 | 1111 | 110 | 10010110 | 1000101 | 1010000 |
Color Harmonies of #A8EFCC
Complementary color
Monochromatic Colors of #A8EFCC
Black with #A8EFCC
Text Example
Text Example
White with #A8EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFCC; }
p { color: rgb(168,239,204); }
H1.HeaderClassName
{
color: #A8EFCC;
}
.AnyTagClassName
{
color: #A8EFCC;
}
</style>
background-color css
<style>
a { background-color: #A8EFCC; }
a { background-color: rgb(168,239,204); }
div.DivClassName
{
background-color: #A8EFCC;
}
.BgClassName
{
background-color: #A8EFCC;
}
</style>
border-color css
<style>
span { border-color: #A8EFCC; }
span { border-color: rgb(168,239,204); }
td.TdClassName
{
border-color: #A8EFCC;
}
.TagClassName
{
border-color: #A8EFCC;
}
</style>