Shades of Magic Mint #92F7C5
Tints of Magic Mint #92F7C5
RGB
CMYK
RGB Variations
Color information
#92F7C5 (or 0x92F7C5) is known color: Magic Mint. HEX triplet: 92, F7 and C5. RGB value is (146,247,197). Sum of RGB (Red+Green+Blue) = 146+247+197=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #92F7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F7C5 is #6D083A. Grayscale: #D3D3D3. Windows color (decimal): -7145531 or 12973970. OLE color: 12973970.
HSL color Cylindrical-coordinate representation of color #92F7C5: hue angle of 150.3º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F7C5 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 247 | 197 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.03 |
| HSL | 150.3º | 0.86% | 0.77% | - |
| HSV(B) | 150.3º | 0.41% | 0.97% | - |
| XYZ | 55.19 | 76.66 | 64.71 | - |
| YUV | 211.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 247 | 197 | 0.41 | 0 | 0.20 | 0.03 | 150.3 | 0.86 | 0.77 |
| Hex | 92 | F7 | C5 | 29 | 0 | 14 | 3 | 96 | 56 | 4D |
| Octal | 222 | 367 | 305 | 51 | 0 | 24 | 3 | 226 | 126 | 115 |
| Binary | 10010010 | 11110111 | 11000101 | 101001 | 0 | 10100 | 11 | 10010110 | 1010110 | 1001101 |
Color Harmonies of #92F7C5
Complementary color
Monochromatic Colors of #92F7C5
Black with #92F7C5
Text Example
Text Example
White with #92F7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F7C5; }
p { color: rgb(146,247,197); }
H1.HeaderClassName
{
color: #92F7C5;
}
.AnyTagClassName
{
color: #92F7C5;
}
</style>
background-color css
<style>
a { background-color: #92F7C5; }
a { background-color: rgb(146,247,197); }
div.DivClassName
{
background-color: #92F7C5;
}
.BgClassName
{
background-color: #92F7C5;
}
</style>
border-color css
<style>
span { border-color: #92F7C5; }
span { border-color: rgb(146,247,197); }
td.TdClassName
{
border-color: #92F7C5;
}
.TagClassName
{
border-color: #92F7C5;
}
</style>