Shades of Magic Mint #A3FFCF
Tints of Magic Mint #A3FFCF
RGB
CMYK
RGB Variations
Color information
#A3FFCF (or 0xA3FFCF) is known color: Magic Mint. HEX triplet: A3, FF and CF. RGB value is (163,255,207). Sum of RGB (Red+Green+Blue) = 163+255+207=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFCF is #5C0030. Grayscale: #DEDEDE. Windows color (decimal): -6029361 or 13631395. OLE color: 13631395.
HSL color Cylindrical-coordinate representation of color #A3FFCF: hue angle of 148.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFCF is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 207 | - |
| CMYK | 0.36 | 0 | 0.19 | 0 |
| HSL | 148.7º | 1% | 0.82% | - |
| HSV(B) | 148.7º | 0.36% | 1% | - |
| XYZ | 62.13 | 83.81 | 71.93 | - |
| YUV | 222.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 207 | 0.36 | 0 | 0.19 | 0 | 148.7 | 1 | 0.82 |
| Hex | A3 | FF | CF | 24 | 0 | 13 | 0 | 95 | 64 | 52 |
| Octal | 243 | 377 | 317 | 44 | 0 | 23 | 0 | 225 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11001111 | 100100 | 0 | 10011 | 0 | 10010101 | 1100100 | 1010010 |
Color Harmonies of #A3FFCF
Complementary color
Monochromatic Colors of #A3FFCF
Black with #A3FFCF
Text Example
Text Example
White with #A3FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFCF; }
p { color: rgb(163,255,207); }
H1.HeaderClassName
{
color: #A3FFCF;
}
.AnyTagClassName
{
color: #A3FFCF;
}
</style>
background-color css
<style>
a { background-color: #A3FFCF; }
a { background-color: rgb(163,255,207); }
div.DivClassName
{
background-color: #A3FFCF;
}
.BgClassName
{
background-color: #A3FFCF;
}
</style>
border-color css
<style>
span { border-color: #A3FFCF; }
span { border-color: rgb(163,255,207); }
td.TdClassName
{
border-color: #A3FFCF;
}
.TagClassName
{
border-color: #A3FFCF;
}
</style>