Shades of Magic Mint #92EFCA
Tints of Magic Mint #92EFCA
RGB
CMYK
RGB Variations
Color information
#92EFCA (or 0x92EFCA) is known color: Magic Mint. HEX triplet: 92, EF and CA. RGB value is (146,239,202). Sum of RGB (Red+Green+Blue) = 146+239+202=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFCA is #6D1035. Grayscale: #CFCFCF. Windows color (decimal): -7147574 or 13299602. OLE color: 13299602.
HSL color Cylindrical-coordinate representation of color #92EFCA: hue angle of 156.13º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFCA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 202 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.06 |
| HSL | 156.13º | 0.74% | 0.75% | - |
| HSV(B) | 156.13º | 0.39% | 0.94% | - |
| XYZ | 53.38 | 72.11 | 66.98 | - |
| YUV | 206.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 202 | 0.39 | 0 | 0.15 | 0.06 | 156.13 | 0.74 | 0.75 |
| Hex | 92 | EF | CA | 27 | 0 | F | 6 | 9C | 4A | 4B |
| Octal | 222 | 357 | 312 | 47 | 0 | 17 | 6 | 234 | 112 | 113 |
| Binary | 10010010 | 11101111 | 11001010 | 100111 | 0 | 1111 | 110 | 10011100 | 1001010 | 1001011 |
Color Harmonies of #92EFCA
Complementary color
Monochromatic Colors of #92EFCA
Black with #92EFCA
Text Example
Text Example
White with #92EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFCA; }
p { color: rgb(146,239,202); }
H1.HeaderClassName
{
color: #92EFCA;
}
.AnyTagClassName
{
color: #92EFCA;
}
</style>
background-color css
<style>
a { background-color: #92EFCA; }
a { background-color: rgb(146,239,202); }
div.DivClassName
{
background-color: #92EFCA;
}
.BgClassName
{
background-color: #92EFCA;
}
</style>
border-color css
<style>
span { border-color: #92EFCA; }
span { border-color: rgb(146,239,202); }
td.TdClassName
{
border-color: #92EFCA;
}
.TagClassName
{
border-color: #92EFCA;
}
</style>