Shades of Magic Mint #92EEC1
Tints of Magic Mint #92EEC1
RGB
CMYK
RGB Variations
Color information
#92EEC1 (or 0x92EEC1) is known color: Magic Mint. HEX triplet: 92, EE and C1. RGB value is (146,238,193). Sum of RGB (Red+Green+Blue) = 146+238+193=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EEC1 is #6D113E. Grayscale: #CDCDCD. Windows color (decimal): -7147839 or 12709522. OLE color: 12709522.
HSL color Cylindrical-coordinate representation of color #92EEC1: hue angle of 150.65º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EEC1 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 238 | 193 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.07 |
| HSL | 150.65º | 0.73% | 0.75% | - |
| HSV(B) | 150.65º | 0.39% | 0.93% | - |
| XYZ | 52.05 | 71.11 | 61.43 | - |
| YUV | 205.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 238 | 193 | 0.39 | 0 | 0.19 | 0.07 | 150.65 | 0.73 | 0.75 |
| Hex | 92 | EE | C1 | 27 | 0 | 13 | 7 | 97 | 49 | 4B |
| Octal | 222 | 356 | 301 | 47 | 0 | 23 | 7 | 227 | 111 | 113 |
| Binary | 10010010 | 11101110 | 11000001 | 100111 | 0 | 10011 | 111 | 10010111 | 1001001 | 1001011 |
Color Harmonies of #92EEC1
Complementary color
Monochromatic Colors of #92EEC1
Black with #92EEC1
Text Example
Text Example
White with #92EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EEC1; }
p { color: rgb(146,238,193); }
H1.HeaderClassName
{
color: #92EEC1;
}
.AnyTagClassName
{
color: #92EEC1;
}
</style>
background-color css
<style>
a { background-color: #92EEC1; }
a { background-color: rgb(146,238,193); }
div.DivClassName
{
background-color: #92EEC1;
}
.BgClassName
{
background-color: #92EEC1;
}
</style>
border-color css
<style>
span { border-color: #92EEC1; }
span { border-color: rgb(146,238,193); }
td.TdClassName
{
border-color: #92EEC1;
}
.TagClassName
{
border-color: #92EEC1;
}
</style>