Shades of Magic Mint #92F6BD
Tints of Magic Mint #92F6BD
RGB
CMYK
RGB Variations
Color information
#92F6BD (or 0x92F6BD) is known color: Magic Mint. HEX triplet: 92, F6 and BD. RGB value is (146,246,189). Sum of RGB (Red+Green+Blue) = 146+246+189=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #92F6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F6BD is #6D0942. Grayscale: #D1D1D1. Windows color (decimal): -7145795 or 12449426. OLE color: 12449426.
HSL color Cylindrical-coordinate representation of color #92F6BD: hue angle of 145.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F6BD is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 246 | 189 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.04 |
| HSL | 145.8º | 0.85% | 0.77% | - |
| HSV(B) | 145.8º | 0.41% | 0.96% | - |
| XYZ | 54 | 75.7 | 59.91 | - |
| YUV | 209.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 246 | 189 | 0.41 | 0 | 0.23 | 0.04 | 145.8 | 0.85 | 0.77 |
| Hex | 92 | F6 | BD | 29 | 0 | 17 | 4 | 92 | 55 | 4D |
| Octal | 222 | 366 | 275 | 51 | 0 | 27 | 4 | 222 | 125 | 115 |
| Binary | 10010010 | 11110110 | 10111101 | 101001 | 0 | 10111 | 100 | 10010010 | 1010101 | 1001101 |
Color Harmonies of #92F6BD
Complementary color
Monochromatic Colors of #92F6BD
Black with #92F6BD
Text Example
Text Example
White with #92F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F6BD; }
p { color: rgb(146,246,189); }
H1.HeaderClassName
{
color: #92F6BD;
}
.AnyTagClassName
{
color: #92F6BD;
}
</style>
background-color css
<style>
a { background-color: #92F6BD; }
a { background-color: rgb(146,246,189); }
div.DivClassName
{
background-color: #92F6BD;
}
.BgClassName
{
background-color: #92F6BD;
}
</style>
border-color css
<style>
span { border-color: #92F6BD; }
span { border-color: rgb(146,246,189); }
td.TdClassName
{
border-color: #92F6BD;
}
.TagClassName
{
border-color: #92F6BD;
}
</style>