Shades of Magic Mint #A6F9BF
Tints of Magic Mint #A6F9BF
RGB
CMYK
RGB Variations
Color information
#A6F9BF (or 0xA6F9BF) is known color: Magic Mint. HEX triplet: A6, F9 and BF. RGB value is (166,249,191). Sum of RGB (Red+Green+Blue) = 166+249+191=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F9BF is #590640. Grayscale: #D9D9D9. Windows color (decimal): -5834305 or 12581286. OLE color: 12581286.
HSL color Cylindrical-coordinate representation of color #A6F9BF: hue angle of 138.07º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9BF is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 249 | 191 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.02 |
| HSL | 138.07º | 0.87% | 0.81% | - |
| HSV(B) | 138.07º | 0.33% | 0.98% | - |
| XYZ | 59.01 | 79.62 | 61.55 | - |
| YUV | 217.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 249 | 191 | 0.33 | 0 | 0.23 | 0.02 | 138.07 | 0.87 | 0.81 |
| Hex | A6 | F9 | BF | 21 | 0 | 17 | 2 | 8A | 57 | 51 |
| Octal | 246 | 371 | 277 | 41 | 0 | 27 | 2 | 212 | 127 | 121 |
| Binary | 10100110 | 11111001 | 10111111 | 100001 | 0 | 10111 | 10 | 10001010 | 1010111 | 1010001 |
Color Harmonies of #A6F9BF
Complementary color
Monochromatic Colors of #A6F9BF
Black with #A6F9BF
Text Example
Text Example
White with #A6F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F9BF; }
p { color: rgb(166,249,191); }
H1.HeaderClassName
{
color: #A6F9BF;
}
.AnyTagClassName
{
color: #A6F9BF;
}
</style>
background-color css
<style>
a { background-color: #A6F9BF; }
a { background-color: rgb(166,249,191); }
div.DivClassName
{
background-color: #A6F9BF;
}
.BgClassName
{
background-color: #A6F9BF;
}
</style>
border-color css
<style>
span { border-color: #A6F9BF; }
span { border-color: rgb(166,249,191); }
td.TdClassName
{
border-color: #A6F9BF;
}
.TagClassName
{
border-color: #A6F9BF;
}
</style>