Shades of Magic Mint #A8EBD4
Tints of Magic Mint #A8EBD4
RGB
CMYK
RGB Variations
Color information
#A8EBD4 (or 0xA8EBD4) is known color: Magic Mint. HEX triplet: A8, EB and D4. RGB value is (168,235,212). Sum of RGB (Red+Green+Blue) = 168+235+212=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBD4 is #57142B. Grayscale: #D4D4D4. Windows color (decimal): -5706796 or 13953960. OLE color: 13953960.
HSL color Cylindrical-coordinate representation of color #A8EBD4: hue angle of 159.4º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBD4 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 212 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.08 |
| HSL | 159.4º | 0.63% | 0.79% | - |
| HSV(B) | 159.4º | 0.29% | 0.92% | - |
| XYZ | 57.74 | 72.49 | 73.24 | - |
| YUV | 212.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 212 | 0.29 | 0 | 0.10 | 0.08 | 159.4 | 0.63 | 0.79 |
| Hex | A8 | EB | D4 | 1D | 0 | A | 8 | 9F | 3F | 4F |
| Octal | 250 | 353 | 324 | 35 | 0 | 12 | 10 | 237 | 77 | 117 |
| Binary | 10101000 | 11101011 | 11010100 | 11101 | 0 | 1010 | 1000 | 10011111 | 111111 | 1001111 |
Color Harmonies of #A8EBD4
Complementary color
Monochromatic Colors of #A8EBD4
Black with #A8EBD4
Text Example
Text Example
White with #A8EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBD4; }
p { color: rgb(168,235,212); }
H1.HeaderClassName
{
color: #A8EBD4;
}
.AnyTagClassName
{
color: #A8EBD4;
}
</style>
background-color css
<style>
a { background-color: #A8EBD4; }
a { background-color: rgb(168,235,212); }
div.DivClassName
{
background-color: #A8EBD4;
}
.BgClassName
{
background-color: #A8EBD4;
}
</style>
border-color css
<style>
span { border-color: #A8EBD4; }
span { border-color: rgb(168,235,212); }
td.TdClassName
{
border-color: #A8EBD4;
}
.TagClassName
{
border-color: #A8EBD4;
}
</style>