Shades of Magic Mint #A8ECCA
Tints of Magic Mint #A8ECCA
RGB
CMYK
RGB Variations
Color information
#A8ECCA (or 0xA8ECCA) is known color: Magic Mint. HEX triplet: A8, EC and CA. RGB value is (168,236,202). Sum of RGB (Red+Green+Blue) = 168+236+202=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECCA is #571335. Grayscale: #D3D3D3. Windows color (decimal): -5706550 or 13298856. OLE color: 13298856.
HSL color Cylindrical-coordinate representation of color #A8ECCA: hue angle of 150º 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 #A8ECCA is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 202 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 150º | 0.64% | 0.79% | - |
| HSV(B) | 150º | 0.29% | 0.93% | - |
| XYZ | 56.8 | 72.58 | 66.89 | - |
| YUV | 211.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 202 | 0.29 | 0 | 0.14 | 0.07 | 150 | 0.64 | 0.79 |
| Hex | A8 | EC | CA | 1D | 0 | E | 7 | 96 | 40 | 4F |
| Octal | 250 | 354 | 312 | 35 | 0 | 16 | 7 | 226 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11001010 | 11101 | 0 | 1110 | 111 | 10010110 | 1000000 | 1001111 |
Color Harmonies of #A8ECCA
Complementary color
Monochromatic Colors of #A8ECCA
Black with #A8ECCA
Text Example
Text Example
White with #A8ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECCA; }
p { color: rgb(168,236,202); }
H1.HeaderClassName
{
color: #A8ECCA;
}
.AnyTagClassName
{
color: #A8ECCA;
}
</style>
background-color css
<style>
a { background-color: #A8ECCA; }
a { background-color: rgb(168,236,202); }
div.DivClassName
{
background-color: #A8ECCA;
}
.BgClassName
{
background-color: #A8ECCA;
}
</style>
border-color css
<style>
span { border-color: #A8ECCA; }
span { border-color: rgb(168,236,202); }
td.TdClassName
{
border-color: #A8ECCA;
}
.TagClassName
{
border-color: #A8ECCA;
}
</style>