Shades of Magic Mint #A4FBC2
Tints of Magic Mint #A4FBC2
RGB
CMYK
RGB Variations
Color information
#A4FBC2 (or 0xA4FBC2) is known color: Magic Mint. HEX triplet: A4, FB and C2. RGB value is (164,251,194). Sum of RGB (Red+Green+Blue) = 164+251+194=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBC2 is #5B043D. Grayscale: #DADADA. Windows color (decimal): -5964862 or 12778404. OLE color: 12778404.
HSL color Cylindrical-coordinate representation of color #A4FBC2: hue angle of 140.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBC2 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 194 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.02 |
| HSL | 140.69º | 0.92% | 0.81% | - |
| HSV(B) | 140.69º | 0.35% | 0.98% | - |
| XYZ | 59.54 | 80.78 | 63.49 | - |
| YUV | 218.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 194 | 0.35 | 0 | 0.23 | 0.02 | 140.69 | 0.92 | 0.81 |
| Hex | A4 | FB | C2 | 23 | 0 | 17 | 2 | 8D | 5C | 51 |
| Octal | 244 | 373 | 302 | 43 | 0 | 27 | 2 | 215 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11000010 | 100011 | 0 | 10111 | 10 | 10001101 | 1011100 | 1010001 |
Color Harmonies of #A4FBC2
Complementary color
Monochromatic Colors of #A4FBC2
Black with #A4FBC2
Text Example
Text Example
White with #A4FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBC2; }
p { color: rgb(164,251,194); }
H1.HeaderClassName
{
color: #A4FBC2;
}
.AnyTagClassName
{
color: #A4FBC2;
}
</style>
background-color css
<style>
a { background-color: #A4FBC2; }
a { background-color: rgb(164,251,194); }
div.DivClassName
{
background-color: #A4FBC2;
}
.BgClassName
{
background-color: #A4FBC2;
}
</style>
border-color css
<style>
span { border-color: #A4FBC2; }
span { border-color: rgb(164,251,194); }
td.TdClassName
{
border-color: #A4FBC2;
}
.TagClassName
{
border-color: #A4FBC2;
}
</style>