Shades of Magic Mint #A3EFC3
Tints of Magic Mint #A3EFC3
RGB
CMYK
RGB Variations
Color information
#A3EFC3 (or 0xA3EFC3) is known color: Magic Mint. HEX triplet: A3, EF and C3. RGB value is (163,239,195). Sum of RGB (Red+Green+Blue) = 163+239+195=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFC3 is #5C103C. Grayscale: #D3D3D3. Windows color (decimal): -6033469 or 12840867. OLE color: 12840867.
HSL color Cylindrical-coordinate representation of color #A3EFC3: hue angle of 145.26º 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 #A3EFC3 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 195 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.06 |
| HSL | 145.26º | 0.7% | 0.79% | - |
| HSV(B) | 145.26º | 0.32% | 0.94% | - |
| XYZ | 55.82 | 73.46 | 62.87 | - |
| YUV | 211.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 195 | 0.32 | 0 | 0.18 | 0.06 | 145.26 | 0.7 | 0.79 |
| Hex | A3 | EF | C3 | 20 | 0 | 12 | 6 | 91 | 46 | 4F |
| Octal | 243 | 357 | 303 | 40 | 0 | 22 | 6 | 221 | 106 | 117 |
| Binary | 10100011 | 11101111 | 11000011 | 100000 | 0 | 10010 | 110 | 10010001 | 1000110 | 1001111 |
Color Harmonies of #A3EFC3
Complementary color
Monochromatic Colors of #A3EFC3
Black with #A3EFC3
Text Example
Text Example
White with #A3EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFC3; }
p { color: rgb(163,239,195); }
H1.HeaderClassName
{
color: #A3EFC3;
}
.AnyTagClassName
{
color: #A3EFC3;
}
</style>
background-color css
<style>
a { background-color: #A3EFC3; }
a { background-color: rgb(163,239,195); }
div.DivClassName
{
background-color: #A3EFC3;
}
.BgClassName
{
background-color: #A3EFC3;
}
</style>
border-color css
<style>
span { border-color: #A3EFC3; }
span { border-color: rgb(163,239,195); }
td.TdClassName
{
border-color: #A3EFC3;
}
.TagClassName
{
border-color: #A3EFC3;
}
</style>