Shades of Magic Mint #A4EFC1
Tints of Magic Mint #A4EFC1
RGB
CMYK
RGB Variations
Color information
#A4EFC1 (or 0xA4EFC1) is known color: Magic Mint. HEX triplet: A4, EF and C1. RGB value is (164,239,193). Sum of RGB (Red+Green+Blue) = 164+239+193=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFC1 is #5B103E. Grayscale: #D3D3D3. Windows color (decimal): -5967935 or 12709796. OLE color: 12709796.
HSL color Cylindrical-coordinate representation of color #A4EFC1: hue angle of 143.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 193 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.06 |
| HSL | 143.2º | 0.7% | 0.79% | - |
| HSV(B) | 143.2º | 0.31% | 0.94% | - |
| XYZ | 55.8 | 73.48 | 61.69 | - |
| YUV | 211.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 193 | 0.31 | 0 | 0.19 | 0.06 | 143.2 | 0.7 | 0.79 |
| Hex | A4 | EF | C1 | 1F | 0 | 13 | 6 | 8F | 46 | 4F |
| Octal | 244 | 357 | 301 | 37 | 0 | 23 | 6 | 217 | 106 | 117 |
| Binary | 10100100 | 11101111 | 11000001 | 11111 | 0 | 10011 | 110 | 10001111 | 1000110 | 1001111 |
Color Harmonies of #A4EFC1
Complementary color
Monochromatic Colors of #A4EFC1
Black with #A4EFC1
Text Example
Text Example
White with #A4EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFC1; }
p { color: rgb(164,239,193); }
H1.HeaderClassName
{
color: #A4EFC1;
}
.AnyTagClassName
{
color: #A4EFC1;
}
</style>
background-color css
<style>
a { background-color: #A4EFC1; }
a { background-color: rgb(164,239,193); }
div.DivClassName
{
background-color: #A4EFC1;
}
.BgClassName
{
background-color: #A4EFC1;
}
</style>
border-color css
<style>
span { border-color: #A4EFC1; }
span { border-color: rgb(164,239,193); }
td.TdClassName
{
border-color: #A4EFC1;
}
.TagClassName
{
border-color: #A4EFC1;
}
</style>