Shades of Magic Mint #92EEC6
Tints of Magic Mint #92EEC6
RGB
CMYK
RGB Variations
Color information
#92EEC6 (or 0x92EEC6) is known color: Magic Mint. HEX triplet: 92, EE and C6. RGB value is (146,238,198). Sum of RGB (Red+Green+Blue) = 146+238+198=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #92EEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EEC6 is #6D1139. Grayscale: #CDCDCD. Windows color (decimal): -7147834 or 13037202. OLE color: 13037202.
HSL color Cylindrical-coordinate representation of color #92EEC6: hue angle of 153.91º 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 #92EEC6 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 238 | 198 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.07 |
| HSL | 153.91º | 0.73% | 0.75% | - |
| HSV(B) | 153.91º | 0.39% | 0.93% | - |
| XYZ | 52.62 | 71.34 | 64.42 | - |
| YUV | 205.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 238 | 198 | 0.39 | 0 | 0.17 | 0.07 | 153.91 | 0.73 | 0.75 |
| Hex | 92 | EE | C6 | 27 | 0 | 11 | 7 | 9A | 49 | 4B |
| Octal | 222 | 356 | 306 | 47 | 0 | 21 | 7 | 232 | 111 | 113 |
| Binary | 10010010 | 11101110 | 11000110 | 100111 | 0 | 10001 | 111 | 10011010 | 1001001 | 1001011 |
Color Harmonies of #92EEC6
Complementary color
Monochromatic Colors of #92EEC6
Black with #92EEC6
Text Example
Text Example
White with #92EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EEC6; }
p { color: rgb(146,238,198); }
H1.HeaderClassName
{
color: #92EEC6;
}
.AnyTagClassName
{
color: #92EEC6;
}
</style>
background-color css
<style>
a { background-color: #92EEC6; }
a { background-color: rgb(146,238,198); }
div.DivClassName
{
background-color: #92EEC6;
}
.BgClassName
{
background-color: #92EEC6;
}
</style>
border-color css
<style>
span { border-color: #92EEC6; }
span { border-color: rgb(146,238,198); }
td.TdClassName
{
border-color: #92EEC6;
}
.TagClassName
{
border-color: #92EEC6;
}
</style>