Shades of Magic Mint #A3F1CF
Tints of Magic Mint #A3F1CF
RGB
CMYK
RGB Variations
Color information
#A3F1CF (or 0xA3F1CF) is known color: Magic Mint. HEX triplet: A3, F1 and CF. RGB value is (163,241,207). Sum of RGB (Red+Green+Blue) = 163+241+207=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F1CF is #5C0E30. Grayscale: #D5D5D5. Windows color (decimal): -6032945 or 13627811. OLE color: 13627811.
HSL color Cylindrical-coordinate representation of color #A3F1CF: hue angle of 153.85º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F1CF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 207 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.05 |
| HSL | 153.85º | 0.74% | 0.79% | - |
| HSV(B) | 153.85º | 0.32% | 0.95% | - |
| XYZ | 57.82 | 75.2 | 70.5 | - |
| YUV | 213.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 207 | 0.32 | 0 | 0.14 | 0.05 | 153.85 | 0.74 | 0.79 |
| Hex | A3 | F1 | CF | 20 | 0 | E | 5 | 9A | 4A | 4F |
| Octal | 243 | 361 | 317 | 40 | 0 | 16 | 5 | 232 | 112 | 117 |
| Binary | 10100011 | 11110001 | 11001111 | 100000 | 0 | 1110 | 101 | 10011010 | 1001010 | 1001111 |
Color Harmonies of #A3F1CF
Complementary color
Monochromatic Colors of #A3F1CF
Black with #A3F1CF
Text Example
Text Example
White with #A3F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1CF; }
p { color: rgb(163,241,207); }
H1.HeaderClassName
{
color: #A3F1CF;
}
.AnyTagClassName
{
color: #A3F1CF;
}
</style>
background-color css
<style>
a { background-color: #A3F1CF; }
a { background-color: rgb(163,241,207); }
div.DivClassName
{
background-color: #A3F1CF;
}
.BgClassName
{
background-color: #A3F1CF;
}
</style>
border-color css
<style>
span { border-color: #A3F1CF; }
span { border-color: rgb(163,241,207); }
td.TdClassName
{
border-color: #A3F1CF;
}
.TagClassName
{
border-color: #A3F1CF;
}
</style>