Shades of Magic Mint #A3EAC7
Tints of Magic Mint #A3EAC7
RGB
CMYK
RGB Variations
Color information
#A3EAC7 (or 0xA3EAC7) is known color: Magic Mint. HEX triplet: A3, EA and C7. RGB value is (163,234,199). Sum of RGB (Red+Green+Blue) = 163+234+199=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAC7 is #5C1538. Grayscale: #D0D0D0. Windows color (decimal): -6034745 or 13101731. OLE color: 13101731.
HSL color Cylindrical-coordinate representation of color #A3EAC7: hue angle of 150.42º 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 #A3EAC7 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 199 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.08 |
| HSL | 150.42º | 0.63% | 0.78% | - |
| HSV(B) | 150.42º | 0.3% | 0.92% | - |
| XYZ | 54.84 | 70.76 | 64.8 | - |
| YUV | 208.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 199 | 0.30 | 0 | 0.15 | 0.08 | 150.42 | 0.63 | 0.78 |
| Hex | A3 | EA | C7 | 1E | 0 | F | 8 | 96 | 3F | 4E |
| Octal | 243 | 352 | 307 | 36 | 0 | 17 | 10 | 226 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11000111 | 11110 | 0 | 1111 | 1000 | 10010110 | 111111 | 1001110 |
Color Harmonies of #A3EAC7
Complementary color
Monochromatic Colors of #A3EAC7
Black with #A3EAC7
Text Example
Text Example
White with #A3EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAC7; }
p { color: rgb(163,234,199); }
H1.HeaderClassName
{
color: #A3EAC7;
}
.AnyTagClassName
{
color: #A3EAC7;
}
</style>
background-color css
<style>
a { background-color: #A3EAC7; }
a { background-color: rgb(163,234,199); }
div.DivClassName
{
background-color: #A3EAC7;
}
.BgClassName
{
background-color: #A3EAC7;
}
</style>
border-color css
<style>
span { border-color: #A3EAC7; }
span { border-color: rgb(163,234,199); }
td.TdClassName
{
border-color: #A3EAC7;
}
.TagClassName
{
border-color: #A3EAC7;
}
</style>