Shades of Magic Mint #A8EACA
Tints of Magic Mint #A8EACA
RGB
CMYK
RGB Variations
Color information
#A8EACA (or 0xA8EACA) is known color: Magic Mint. HEX triplet: A8, EA and CA. RGB value is (168,234,202). Sum of RGB (Red+Green+Blue) = 168+234+202=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACA is #571535. Grayscale: #D2D2D2. Windows color (decimal): -5707062 or 13298344. OLE color: 13298344.
HSL color Cylindrical-coordinate representation of color #A8EACA: hue angle of 150.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EACA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 202 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.08 |
| HSL | 150.91º | 0.61% | 0.79% | - |
| HSV(B) | 150.91º | 0.28% | 0.92% | - |
| XYZ | 56.23 | 71.43 | 66.7 | - |
| YUV | 210.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 202 | 0.28 | 0 | 0.14 | 0.08 | 150.91 | 0.61 | 0.79 |
| Hex | A8 | EA | CA | 1C | 0 | E | 8 | 97 | 3D | 4F |
| Octal | 250 | 352 | 312 | 34 | 0 | 16 | 10 | 227 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11001010 | 11100 | 0 | 1110 | 1000 | 10010111 | 111101 | 1001111 |
Color Harmonies of #A8EACA
Complementary color
Monochromatic Colors of #A8EACA
Black with #A8EACA
Text Example
Text Example
White with #A8EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EACA; }
p { color: rgb(168,234,202); }
H1.HeaderClassName
{
color: #A8EACA;
}
.AnyTagClassName
{
color: #A8EACA;
}
</style>
background-color css
<style>
a { background-color: #A8EACA; }
a { background-color: rgb(168,234,202); }
div.DivClassName
{
background-color: #A8EACA;
}
.BgClassName
{
background-color: #A8EACA;
}
</style>
border-color css
<style>
span { border-color: #A8EACA; }
span { border-color: rgb(168,234,202); }
td.TdClassName
{
border-color: #A8EACA;
}
.TagClassName
{
border-color: #A8EACA;
}
</style>