Shades of Magic Mint #A3EAC8
Tints of Magic Mint #A3EAC8
RGB
CMYK
RGB Variations
Color information
#A3EAC8 (or 0xA3EAC8) is known color: Magic Mint. HEX triplet: A3, EA and C8. RGB value is (163,234,200). Sum of RGB (Red+Green+Blue) = 163+234+200=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC8 is #5C1537. Grayscale: #D0D0D0. Windows color (decimal): -6034744 or 13167267. OLE color: 13167267.
HSL color Cylindrical-coordinate representation of color #A3EAC8: hue angle of 151.27º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAC8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 200 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.08 |
| HSL | 151.27º | 0.63% | 0.78% | - |
| HSV(B) | 151.27º | 0.3% | 0.92% | - |
| XYZ | 54.95 | 70.8 | 65.41 | - |
| YUV | 208.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 200 | 0.30 | 0 | 0.15 | 0.08 | 151.27 | 0.63 | 0.78 |
| Hex | A3 | EA | C8 | 1E | 0 | F | 8 | 97 | 3F | 4E |
| Octal | 243 | 352 | 310 | 36 | 0 | 17 | 10 | 227 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11001000 | 11110 | 0 | 1111 | 1000 | 10010111 | 111111 | 1001110 |
Color Harmonies of #A3EAC8
Complementary color
Monochromatic Colors of #A3EAC8
Black with #A3EAC8
Text Example
Text Example
White with #A3EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAC8; }
p { color: rgb(163,234,200); }
H1.HeaderClassName
{
color: #A3EAC8;
}
.AnyTagClassName
{
color: #A3EAC8;
}
</style>
background-color css
<style>
a { background-color: #A3EAC8; }
a { background-color: rgb(163,234,200); }
div.DivClassName
{
background-color: #A3EAC8;
}
.BgClassName
{
background-color: #A3EAC8;
}
</style>
border-color css
<style>
span { border-color: #A3EAC8; }
span { border-color: rgb(163,234,200); }
td.TdClassName
{
border-color: #A3EAC8;
}
.TagClassName
{
border-color: #A3EAC8;
}
</style>