Shades of Magic Mint #92FABD
Tints of Magic Mint #92FABD
RGB
CMYK
RGB Variations
Color information
#92FABD (or 0x92FABD) is known color: Magic Mint. HEX triplet: 92, FA and BD. RGB value is (146,250,189). Sum of RGB (Red+Green+Blue) = 146+250+189=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #92FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FABD is #6D0542. Grayscale: #D4D4D4. Windows color (decimal): -7144771 or 12450450. OLE color: 12450450.
HSL color Cylindrical-coordinate representation of color #92FABD: hue angle of 144.81º degrees, saturation: 0.91, 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 #92FABD is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 189 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.02 |
| HSL | 144.81º | 0.91% | 0.78% | - |
| HSV(B) | 144.81º | 0.42% | 0.98% | - |
| XYZ | 55.22 | 78.16 | 60.32 | - |
| YUV | 211.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 189 | 0.42 | 0 | 0.24 | 0.02 | 144.81 | 0.91 | 0.78 |
| Hex | 92 | FA | BD | 2A | 0 | 18 | 2 | 91 | 5B | 4E |
| Octal | 222 | 372 | 275 | 52 | 0 | 30 | 2 | 221 | 133 | 116 |
| Binary | 10010010 | 11111010 | 10111101 | 101010 | 0 | 11000 | 10 | 10010001 | 1011011 | 1001110 |
Color Harmonies of #92FABD
Complementary color
Monochromatic Colors of #92FABD
Black with #92FABD
Text Example
Text Example
White with #92FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FABD; }
p { color: rgb(146,250,189); }
H1.HeaderClassName
{
color: #92FABD;
}
.AnyTagClassName
{
color: #92FABD;
}
</style>
background-color css
<style>
a { background-color: #92FABD; }
a { background-color: rgb(146,250,189); }
div.DivClassName
{
background-color: #92FABD;
}
.BgClassName
{
background-color: #92FABD;
}
</style>
border-color css
<style>
span { border-color: #92FABD; }
span { border-color: rgb(146,250,189); }
td.TdClassName
{
border-color: #92FABD;
}
.TagClassName
{
border-color: #92FABD;
}
</style>