Shades of Magic Mint #92FCC0
Tints of Magic Mint #92FCC0
RGB
CMYK
RGB Variations
Color information
#92FCC0 (or 0x92FCC0) is known color: Magic Mint. HEX triplet: 92, FC and C0. RGB value is (146,252,192). Sum of RGB (Red+Green+Blue) = 146+252+192=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FCC0 is #6D033F. Grayscale: #D5D5D5. Windows color (decimal): -7144256 or 12647570. OLE color: 12647570.
HSL color Cylindrical-coordinate representation of color #92FCC0: hue angle of 146.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FCC0 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 252 | 192 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.01 |
| HSL | 146.04º | 0.95% | 0.78% | - |
| HSV(B) | 146.04º | 0.42% | 0.99% | - |
| XYZ | 56.18 | 79.54 | 62.26 | - |
| YUV | 213.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 252 | 192 | 0.42 | 0 | 0.24 | 0.01 | 146.04 | 0.95 | 0.78 |
| Hex | 92 | FC | C0 | 2A | 0 | 18 | 1 | 92 | 5F | 4E |
| Octal | 222 | 374 | 300 | 52 | 0 | 30 | 1 | 222 | 137 | 116 |
| Binary | 10010010 | 11111100 | 11000000 | 101010 | 0 | 11000 | 1 | 10010010 | 1011111 | 1001110 |
Color Harmonies of #92FCC0
Complementary color
Monochromatic Colors of #92FCC0
Black with #92FCC0
Text Example
Text Example
White with #92FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FCC0; }
p { color: rgb(146,252,192); }
H1.HeaderClassName
{
color: #92FCC0;
}
.AnyTagClassName
{
color: #92FCC0;
}
</style>
background-color css
<style>
a { background-color: #92FCC0; }
a { background-color: rgb(146,252,192); }
div.DivClassName
{
background-color: #92FCC0;
}
.BgClassName
{
background-color: #92FCC0;
}
</style>
border-color css
<style>
span { border-color: #92FCC0; }
span { border-color: rgb(146,252,192); }
td.TdClassName
{
border-color: #92FCC0;
}
.TagClassName
{
border-color: #92FCC0;
}
</style>