Shades of Magic Mint #92FAC2
Tints of Magic Mint #92FAC2
RGB
CMYK
RGB Variations
Color information
#92FAC2 (or 0x92FAC2) is known color: Magic Mint. HEX triplet: 92, FA and C2. RGB value is (146,250,194). Sum of RGB (Red+Green+Blue) = 146+250+194=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FAC2 is #6D053D. Grayscale: #D4D4D4. Windows color (decimal): -7144766 or 12778130. OLE color: 12778130.
HSL color Cylindrical-coordinate representation of color #92FAC2: hue angle of 147.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAC2 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 194 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.02 |
| HSL | 147.69º | 0.91% | 0.78% | - |
| HSV(B) | 147.69º | 0.42% | 0.98% | - |
| XYZ | 55.78 | 78.38 | 63.23 | - |
| YUV | 212.52 | 117.54 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 194 | 0.42 | 0 | 0.22 | 0.02 | 147.69 | 0.91 | 0.78 |
| Hex | 92 | FA | C2 | 2A | 0 | 16 | 2 | 94 | 5B | 4E |
| Octal | 222 | 372 | 302 | 52 | 0 | 26 | 2 | 224 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11000010 | 101010 | 0 | 10110 | 10 | 10010100 | 1011011 | 1001110 |
Color Harmonies of #92FAC2
Complementary color
Monochromatic Colors of #92FAC2
Black with #92FAC2
Text Example
Text Example
White with #92FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAC2; }
p { color: rgb(146,250,194); }
H1.HeaderClassName
{
color: #92FAC2;
}
.AnyTagClassName
{
color: #92FAC2;
}
</style>
background-color css
<style>
a { background-color: #92FAC2; }
a { background-color: rgb(146,250,194); }
div.DivClassName
{
background-color: #92FAC2;
}
.BgClassName
{
background-color: #92FAC2;
}
</style>
border-color css
<style>
span { border-color: #92FAC2; }
span { border-color: rgb(146,250,194); }
td.TdClassName
{
border-color: #92FAC2;
}
.TagClassName
{
border-color: #92FAC2;
}
</style>