Shades of Magic Mint #A3EFC4
Tints of Magic Mint #A3EFC4
RGB
CMYK
RGB Variations
Color information
#A3EFC4 (or 0xA3EFC4) is known color: Magic Mint. HEX triplet: A3, EF and C4. RGB value is (163,239,196). Sum of RGB (Red+Green+Blue) = 163+239+196=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFC4 is #5C103B. Grayscale: #D3D3D3. Windows color (decimal): -6033468 or 12906403. OLE color: 12906403.
HSL color Cylindrical-coordinate representation of color #A3EFC4: hue angle of 146.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFC4 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 196 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.06 |
| HSL | 146.05º | 0.7% | 0.79% | - |
| HSV(B) | 146.05º | 0.32% | 0.94% | - |
| XYZ | 55.93 | 73.51 | 63.46 | - |
| YUV | 211.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 196 | 0.32 | 0 | 0.18 | 0.06 | 146.05 | 0.7 | 0.79 |
| Hex | A3 | EF | C4 | 20 | 0 | 12 | 6 | 92 | 46 | 4F |
| Octal | 243 | 357 | 304 | 40 | 0 | 22 | 6 | 222 | 106 | 117 |
| Binary | 10100011 | 11101111 | 11000100 | 100000 | 0 | 10010 | 110 | 10010010 | 1000110 | 1001111 |
Color Harmonies of #A3EFC4
Complementary color
Monochromatic Colors of #A3EFC4
Black with #A3EFC4
Text Example
Text Example
White with #A3EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFC4; }
p { color: rgb(163,239,196); }
H1.HeaderClassName
{
color: #A3EFC4;
}
.AnyTagClassName
{
color: #A3EFC4;
}
</style>
background-color css
<style>
a { background-color: #A3EFC4; }
a { background-color: rgb(163,239,196); }
div.DivClassName
{
background-color: #A3EFC4;
}
.BgClassName
{
background-color: #A3EFC4;
}
</style>
border-color css
<style>
span { border-color: #A3EFC4; }
span { border-color: rgb(163,239,196); }
td.TdClassName
{
border-color: #A3EFC4;
}
.TagClassName
{
border-color: #A3EFC4;
}
</style>