Shades of Magic Mint #92FBBB
Tints of Magic Mint #92FBBB
RGB
CMYK
RGB Variations
Color information
#92FBBB (or 0x92FBBB) is known color: Magic Mint. HEX triplet: 92, FB and BB. RGB value is (146,251,187). Sum of RGB (Red+Green+Blue) = 146+251+187=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FBBB is #6D0444. Grayscale: #D4D4D4. Windows color (decimal): -7144517 or 12319634. OLE color: 12319634.
HSL color Cylindrical-coordinate representation of color #92FBBB: hue angle of 143.43º degrees, saturation: 0.93, 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 #92FBBB is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 187 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.02 |
| HSL | 143.43º | 0.93% | 0.78% | - |
| HSV(B) | 143.43º | 0.42% | 0.98% | - |
| XYZ | 55.32 | 78.69 | 59.29 | - |
| YUV | 212.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 187 | 0.42 | 0 | 0.25 | 0.02 | 143.43 | 0.93 | 0.78 |
| Hex | 92 | FB | BB | 2A | 0 | 19 | 2 | 8F | 5D | 4E |
| Octal | 222 | 373 | 273 | 52 | 0 | 31 | 2 | 217 | 135 | 116 |
| Binary | 10010010 | 11111011 | 10111011 | 101010 | 0 | 11001 | 10 | 10001111 | 1011101 | 1001110 |
Color Harmonies of #92FBBB
Complementary color
Monochromatic Colors of #92FBBB
Black with #92FBBB
Text Example
Text Example
White with #92FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBBB; }
p { color: rgb(146,251,187); }
H1.HeaderClassName
{
color: #92FBBB;
}
.AnyTagClassName
{
color: #92FBBB;
}
</style>
background-color css
<style>
a { background-color: #92FBBB; }
a { background-color: rgb(146,251,187); }
div.DivClassName
{
background-color: #92FBBB;
}
.BgClassName
{
background-color: #92FBBB;
}
</style>
border-color css
<style>
span { border-color: #92FBBB; }
span { border-color: rgb(146,251,187); }
td.TdClassName
{
border-color: #92FBBB;
}
.TagClassName
{
border-color: #92FBBB;
}
</style>