Shades of Magic Mint #92F3C0
Tints of Magic Mint #92F3C0
RGB
CMYK
RGB Variations
Color information
#92F3C0 (or 0x92F3C0) is known color: Magic Mint. HEX triplet: 92, F3 and C0. RGB value is (146,243,192). Sum of RGB (Red+Green+Blue) = 146+243+192=581 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.13% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #92F3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F3C0 is #6D0C3F. Grayscale: #D0D0D0. Windows color (decimal): -7146560 or 12645266. OLE color: 12645266.
HSL color Cylindrical-coordinate representation of color #92F3C0: hue angle of 148.45º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F3C0 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 192 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.05 |
| HSL | 148.45º | 0.8% | 0.76% | - |
| HSV(B) | 148.45º | 0.4% | 0.95% | - |
| XYZ | 53.42 | 74.02 | 61.34 | - |
| YUV | 208.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 192 | 0.40 | 0 | 0.21 | 0.05 | 148.45 | 0.8 | 0.76 |
| Hex | 92 | F3 | C0 | 28 | 0 | 15 | 5 | 94 | 50 | 4C |
| Octal | 222 | 363 | 300 | 50 | 0 | 25 | 5 | 224 | 120 | 114 |
| Binary | 10010010 | 11110011 | 11000000 | 101000 | 0 | 10101 | 101 | 10010100 | 1010000 | 1001100 |
Color Harmonies of #92F3C0
Complementary color
Monochromatic Colors of #92F3C0
Black with #92F3C0
Text Example
Text Example
White with #92F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F3C0; }
p { color: rgb(146,243,192); }
H1.HeaderClassName
{
color: #92F3C0;
}
.AnyTagClassName
{
color: #92F3C0;
}
</style>
background-color css
<style>
a { background-color: #92F3C0; }
a { background-color: rgb(146,243,192); }
div.DivClassName
{
background-color: #92F3C0;
}
.BgClassName
{
background-color: #92F3C0;
}
</style>
border-color css
<style>
span { border-color: #92F3C0; }
span { border-color: rgb(146,243,192); }
td.TdClassName
{
border-color: #92F3C0;
}
.TagClassName
{
border-color: #92F3C0;
}
</style>