Shades of Magic Mint #92F9BB
Tints of Magic Mint #92F9BB
RGB
CMYK
RGB Variations
Color information
#92F9BB (or 0x92F9BB) is known color: Magic Mint. HEX triplet: 92, F9 and BB. RGB value is (146,249,187). Sum of RGB (Red+Green+Blue) = 146+249+187=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #92F9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F9BB is #6D0644. Grayscale: #D3D3D3. Windows color (decimal): -7145029 or 12319122. OLE color: 12319122.
HSL color Cylindrical-coordinate representation of color #92F9BB: hue angle of 143.88º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F9BB is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 249 | 187 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.02 |
| HSL | 143.88º | 0.9% | 0.77% | - |
| HSV(B) | 143.88º | 0.41% | 0.98% | - |
| XYZ | 54.7 | 77.45 | 59.08 | - |
| YUV | 211.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 249 | 187 | 0.41 | 0 | 0.25 | 0.02 | 143.88 | 0.9 | 0.77 |
| Hex | 92 | F9 | BB | 29 | 0 | 19 | 2 | 90 | 5A | 4D |
| Octal | 222 | 371 | 273 | 51 | 0 | 31 | 2 | 220 | 132 | 115 |
| Binary | 10010010 | 11111001 | 10111011 | 101001 | 0 | 11001 | 10 | 10010000 | 1011010 | 1001101 |
Color Harmonies of #92F9BB
Complementary color
Monochromatic Colors of #92F9BB
Black with #92F9BB
Text Example
Text Example
White with #92F9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F9BB; }
p { color: rgb(146,249,187); }
H1.HeaderClassName
{
color: #92F9BB;
}
.AnyTagClassName
{
color: #92F9BB;
}
</style>
background-color css
<style>
a { background-color: #92F9BB; }
a { background-color: rgb(146,249,187); }
div.DivClassName
{
background-color: #92F9BB;
}
.BgClassName
{
background-color: #92F9BB;
}
</style>
border-color css
<style>
span { border-color: #92F9BB; }
span { border-color: rgb(146,249,187); }
td.TdClassName
{
border-color: #92F9BB;
}
.TagClassName
{
border-color: #92F9BB;
}
</style>