Shades of Magic Mint #A7FBC2
Tints of Magic Mint #A7FBC2
RGB
CMYK
RGB Variations
Color information
#A7FBC2 (or 0xA7FBC2) is known color: Magic Mint. HEX triplet: A7, FB and C2. RGB value is (167,251,194). Sum of RGB (Red+Green+Blue) = 167+251+194=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBC2 is #58043D. Grayscale: #DBDBDB. Windows color (decimal): -5768254 or 12778407. OLE color: 12778407.
HSL color Cylindrical-coordinate representation of color #A7FBC2: hue angle of 139.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FBC2 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 251 | 194 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.02 |
| HSL | 139.29º | 0.91% | 0.82% | - |
| HSV(B) | 139.29º | 0.33% | 0.98% | - |
| XYZ | 60.17 | 81.1 | 63.52 | - |
| YUV | 219.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 251 | 194 | 0.33 | 0 | 0.23 | 0.02 | 139.29 | 0.91 | 0.82 |
| Hex | A7 | FB | C2 | 21 | 0 | 17 | 2 | 8B | 5B | 52 |
| Octal | 247 | 373 | 302 | 41 | 0 | 27 | 2 | 213 | 133 | 122 |
| Binary | 10100111 | 11111011 | 11000010 | 100001 | 0 | 10111 | 10 | 10001011 | 1011011 | 1010010 |
Color Harmonies of #A7FBC2
Complementary color
Monochromatic Colors of #A7FBC2
Black with #A7FBC2
Text Example
Text Example
White with #A7FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FBC2; }
p { color: rgb(167,251,194); }
H1.HeaderClassName
{
color: #A7FBC2;
}
.AnyTagClassName
{
color: #A7FBC2;
}
</style>
background-color css
<style>
a { background-color: #A7FBC2; }
a { background-color: rgb(167,251,194); }
div.DivClassName
{
background-color: #A7FBC2;
}
.BgClassName
{
background-color: #A7FBC2;
}
</style>
border-color css
<style>
span { border-color: #A7FBC2; }
span { border-color: rgb(167,251,194); }
td.TdClassName
{
border-color: #A7FBC2;
}
.TagClassName
{
border-color: #A7FBC2;
}
</style>