Shades of Magic Mint #92FABB
Tints of Magic Mint #92FABB
RGB
CMYK
RGB Variations
Color information
#92FABB (or 0x92FABB) is known color: Magic Mint. HEX triplet: 92, FA and BB. RGB value is (146,250,187). Sum of RGB (Red+Green+Blue) = 146+250+187=583 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.04% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #92FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FABB is #6D0544. Grayscale: #D3D3D3. Windows color (decimal): -7144773 or 12319378. OLE color: 12319378.
HSL color Cylindrical-coordinate representation of color #92FABB: hue angle of 143.65º 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 #92FABB is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 187 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 143.65º | 0.91% | 0.78% | - |
| HSV(B) | 143.65º | 0.42% | 0.98% | - |
| XYZ | 55.01 | 78.07 | 59.18 | - |
| YUV | 211.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 187 | 0.42 | 0 | 0.25 | 0.02 | 143.65 | 0.91 | 0.78 |
| Hex | 92 | FA | BB | 2A | 0 | 19 | 2 | 90 | 5B | 4E |
| Octal | 222 | 372 | 273 | 52 | 0 | 31 | 2 | 220 | 133 | 116 |
| Binary | 10010010 | 11111010 | 10111011 | 101010 | 0 | 11001 | 10 | 10010000 | 1011011 | 1001110 |
Color Harmonies of #92FABB
Complementary color
Monochromatic Colors of #92FABB
Black with #92FABB
Text Example
Text Example
White with #92FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FABB; }
p { color: rgb(146,250,187); }
H1.HeaderClassName
{
color: #92FABB;
}
.AnyTagClassName
{
color: #92FABB;
}
</style>
background-color css
<style>
a { background-color: #92FABB; }
a { background-color: rgb(146,250,187); }
div.DivClassName
{
background-color: #92FABB;
}
.BgClassName
{
background-color: #92FABB;
}
</style>
border-color css
<style>
span { border-color: #92FABB; }
span { border-color: rgb(146,250,187); }
td.TdClassName
{
border-color: #92FABB;
}
.TagClassName
{
border-color: #92FABB;
}
</style>