Shades of Magic Mint #93EFC2
Tints of Magic Mint #93EFC2
RGB
CMYK
RGB Variations
Color information
#93EFC2 (or 0x93EFC2) is known color: Magic Mint. HEX triplet: 93, EF and C2. RGB value is (147,239,194). Sum of RGB (Red+Green+Blue) = 147+239+194=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFC2 is #6C103D. Grayscale: #CECECE. Windows color (decimal): -7082046 or 12775315. OLE color: 12775315.
HSL color Cylindrical-coordinate representation of color #93EFC2: hue angle of 150.65º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFC2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 194 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.06 |
| HSL | 150.65º | 0.74% | 0.76% | - |
| HSV(B) | 150.65º | 0.38% | 0.94% | - |
| XYZ | 52.64 | 71.83 | 62.13 | - |
| YUV | 206.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 194 | 0.38 | 0 | 0.19 | 0.06 | 150.65 | 0.74 | 0.76 |
| Hex | 93 | EF | C2 | 26 | 0 | 13 | 6 | 97 | 4A | 4C |
| Octal | 223 | 357 | 302 | 46 | 0 | 23 | 6 | 227 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11000010 | 100110 | 0 | 10011 | 110 | 10010111 | 1001010 | 1001100 |
Color Harmonies of #93EFC2
Complementary color
Monochromatic Colors of #93EFC2
Black with #93EFC2
Text Example
Text Example
White with #93EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFC2; }
p { color: rgb(147,239,194); }
H1.HeaderClassName
{
color: #93EFC2;
}
.AnyTagClassName
{
color: #93EFC2;
}
</style>
background-color css
<style>
a { background-color: #93EFC2; }
a { background-color: rgb(147,239,194); }
div.DivClassName
{
background-color: #93EFC2;
}
.BgClassName
{
background-color: #93EFC2;
}
</style>
border-color css
<style>
span { border-color: #93EFC2; }
span { border-color: rgb(147,239,194); }
td.TdClassName
{
border-color: #93EFC2;
}
.TagClassName
{
border-color: #93EFC2;
}
</style>