Shades of Magic Mint #92F2CA
Tints of Magic Mint #92F2CA
RGB
CMYK
RGB Variations
Color information
#92F2CA (or 0x92F2CA) is known color: Magic Mint. HEX triplet: 92, F2 and CA. RGB value is (146,242,202). Sum of RGB (Red+Green+Blue) = 146+242+202=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F2CA is #6D0D35. Grayscale: #D0D0D0. Windows color (decimal): -7146806 or 13300370. OLE color: 13300370.
HSL color Cylindrical-coordinate representation of color #92F2CA: hue angle of 155º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F2CA is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 202 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.05 |
| HSL | 155º | 0.79% | 0.76% | - |
| HSV(B) | 155º | 0.4% | 0.95% | - |
| XYZ | 54.27 | 73.88 | 67.28 | - |
| YUV | 208.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 202 | 0.40 | 0 | 0.17 | 0.05 | 155 | 0.79 | 0.76 |
| Hex | 92 | F2 | CA | 28 | 0 | 11 | 5 | 9B | 4F | 4C |
| Octal | 222 | 362 | 312 | 50 | 0 | 21 | 5 | 233 | 117 | 114 |
| Binary | 10010010 | 11110010 | 11001010 | 101000 | 0 | 10001 | 101 | 10011011 | 1001111 | 1001100 |
Color Harmonies of #92F2CA
Complementary color
Monochromatic Colors of #92F2CA
Black with #92F2CA
Text Example
Text Example
White with #92F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F2CA; }
p { color: rgb(146,242,202); }
H1.HeaderClassName
{
color: #92F2CA;
}
.AnyTagClassName
{
color: #92F2CA;
}
</style>
background-color css
<style>
a { background-color: #92F2CA; }
a { background-color: rgb(146,242,202); }
div.DivClassName
{
background-color: #92F2CA;
}
.BgClassName
{
background-color: #92F2CA;
}
</style>
border-color css
<style>
span { border-color: #92F2CA; }
span { border-color: rgb(146,242,202); }
td.TdClassName
{
border-color: #92F2CA;
}
.TagClassName
{
border-color: #92F2CA;
}
</style>