Shades of Magic Mint #A3EFCF
Tints of Magic Mint #A3EFCF
RGB
CMYK
RGB Variations
Color information
#A3EFCF (or 0xA3EFCF) is known color: Magic Mint. HEX triplet: A3, EF and CF. RGB value is (163,239,207). Sum of RGB (Red+Green+Blue) = 163+239+207=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFCF is #5C1030. Grayscale: #D4D4D4. Windows color (decimal): -6033457 or 13627299. OLE color: 13627299.
HSL color Cylindrical-coordinate representation of color #A3EFCF: hue angle of 154.74º 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 #A3EFCF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 207 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.06 |
| HSL | 154.74º | 0.7% | 0.79% | - |
| HSV(B) | 154.74º | 0.32% | 0.94% | - |
| XYZ | 57.23 | 74.02 | 70.3 | - |
| YUV | 212.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 207 | 0.32 | 0 | 0.13 | 0.06 | 154.74 | 0.7 | 0.79 |
| Hex | A3 | EF | CF | 20 | 0 | D | 6 | 9B | 46 | 4F |
| Octal | 243 | 357 | 317 | 40 | 0 | 15 | 6 | 233 | 106 | 117 |
| Binary | 10100011 | 11101111 | 11001111 | 100000 | 0 | 1101 | 110 | 10011011 | 1000110 | 1001111 |
Color Harmonies of #A3EFCF
Complementary color
Monochromatic Colors of #A3EFCF
Black with #A3EFCF
Text Example
Text Example
White with #A3EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFCF; }
p { color: rgb(163,239,207); }
H1.HeaderClassName
{
color: #A3EFCF;
}
.AnyTagClassName
{
color: #A3EFCF;
}
</style>
background-color css
<style>
a { background-color: #A3EFCF; }
a { background-color: rgb(163,239,207); }
div.DivClassName
{
background-color: #A3EFCF;
}
.BgClassName
{
background-color: #A3EFCF;
}
</style>
border-color css
<style>
span { border-color: #A3EFCF; }
span { border-color: rgb(163,239,207); }
td.TdClassName
{
border-color: #A3EFCF;
}
.TagClassName
{
border-color: #A3EFCF;
}
</style>