Shades of Magic Mint #92FDBD
Tints of Magic Mint #92FDBD
RGB
CMYK
RGB Variations
Color information
#92FDBD (or 0x92FDBD) is known color: Magic Mint. HEX triplet: 92, FD and BD. RGB value is (146,253,189). Sum of RGB (Red+Green+Blue) = 146+253+189=588 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.83% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FDBD is #6D0242. Grayscale: #D5D5D5. Windows color (decimal): -7144003 or 12451218. OLE color: 12451218.
HSL color Cylindrical-coordinate representation of color #92FDBD: hue angle of 144.11º degrees, saturation: 0.96, 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 #92FDBD is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 253 | 189 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 144.11º | 0.96% | 0.78% | - |
| HSV(B) | 144.11º | 0.42% | 0.99% | - |
| XYZ | 56.16 | 80.04 | 60.63 | - |
| YUV | 213.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 253 | 189 | 0.42 | 0 | 0.25 | 0.01 | 144.11 | 0.96 | 0.78 |
| Hex | 92 | FD | BD | 2A | 0 | 19 | 1 | 90 | 60 | 4E |
| Octal | 222 | 375 | 275 | 52 | 0 | 31 | 1 | 220 | 140 | 116 |
| Binary | 10010010 | 11111101 | 10111101 | 101010 | 0 | 11001 | 1 | 10010000 | 1100000 | 1001110 |
Color Harmonies of #92FDBD
Complementary color
Monochromatic Colors of #92FDBD
Black with #92FDBD
Text Example
Text Example
White with #92FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FDBD; }
p { color: rgb(146,253,189); }
H1.HeaderClassName
{
color: #92FDBD;
}
.AnyTagClassName
{
color: #92FDBD;
}
</style>
background-color css
<style>
a { background-color: #92FDBD; }
a { background-color: rgb(146,253,189); }
div.DivClassName
{
background-color: #92FDBD;
}
.BgClassName
{
background-color: #92FDBD;
}
</style>
border-color css
<style>
span { border-color: #92FDBD; }
span { border-color: rgb(146,253,189); }
td.TdClassName
{
border-color: #92FDBD;
}
.TagClassName
{
border-color: #92FDBD;
}
</style>