Shades of Magic Mint #A8ECC6
Tints of Magic Mint #A8ECC6
RGB
CMYK
RGB Variations
Color information
#A8ECC6 (or 0xA8ECC6) is known color: Magic Mint. HEX triplet: A8, EC and C6. RGB value is (168,236,198). Sum of RGB (Red+Green+Blue) = 168+236+198=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECC6 is #571339. Grayscale: #D3D3D3. Windows color (decimal): -5706554 or 13036712. OLE color: 13036712.
HSL color Cylindrical-coordinate representation of color #A8ECC6: hue angle of 146.47º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECC6 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 198 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.07 |
| HSL | 146.47º | 0.64% | 0.79% | - |
| HSV(B) | 146.47º | 0.29% | 0.93% | - |
| XYZ | 56.34 | 72.39 | 64.43 | - |
| YUV | 211.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 198 | 0.29 | 0 | 0.16 | 0.07 | 146.47 | 0.64 | 0.79 |
| Hex | A8 | EC | C6 | 1D | 0 | 10 | 7 | 92 | 40 | 4F |
| Octal | 250 | 354 | 306 | 35 | 0 | 20 | 7 | 222 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11000110 | 11101 | 0 | 10000 | 111 | 10010010 | 1000000 | 1001111 |
Color Harmonies of #A8ECC6
Complementary color
Monochromatic Colors of #A8ECC6
Black with #A8ECC6
Text Example
Text Example
White with #A8ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECC6; }
p { color: rgb(168,236,198); }
H1.HeaderClassName
{
color: #A8ECC6;
}
.AnyTagClassName
{
color: #A8ECC6;
}
</style>
background-color css
<style>
a { background-color: #A8ECC6; }
a { background-color: rgb(168,236,198); }
div.DivClassName
{
background-color: #A8ECC6;
}
.BgClassName
{
background-color: #A8ECC6;
}
</style>
border-color css
<style>
span { border-color: #A8ECC6; }
span { border-color: rgb(168,236,198); }
td.TdClassName
{
border-color: #A8ECC6;
}
.TagClassName
{
border-color: #A8ECC6;
}
</style>