Shades of Magic Mint #93F9C2
Tints of Magic Mint #93F9C2
RGB
CMYK
RGB Variations
Color information
#93F9C2 (or 0x93F9C2) is known color: Magic Mint. HEX triplet: 93, F9 and C2. RGB value is (147,249,194). Sum of RGB (Red+Green+Blue) = 147+249+194=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9C2 is #6C063D. Grayscale: #D4D4D4. Windows color (decimal): -7079486 or 12777875. OLE color: 12777875.
HSL color Cylindrical-coordinate representation of color #93F9C2: hue angle of 147.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9C2 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 194 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.02 |
| HSL | 147.65º | 0.89% | 0.78% | - |
| HSV(B) | 147.65º | 0.41% | 0.98% | - |
| XYZ | 55.65 | 77.85 | 63.13 | - |
| YUV | 212.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 194 | 0.41 | 0 | 0.22 | 0.02 | 147.65 | 0.89 | 0.78 |
| Hex | 93 | F9 | C2 | 29 | 0 | 16 | 2 | 94 | 59 | 4E |
| Octal | 223 | 371 | 302 | 51 | 0 | 26 | 2 | 224 | 131 | 116 |
| Binary | 10010011 | 11111001 | 11000010 | 101001 | 0 | 10110 | 10 | 10010100 | 1011001 | 1001110 |
Color Harmonies of #93F9C2
Complementary color
Monochromatic Colors of #93F9C2
Black with #93F9C2
Text Example
Text Example
White with #93F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F9C2; }
p { color: rgb(147,249,194); }
H1.HeaderClassName
{
color: #93F9C2;
}
.AnyTagClassName
{
color: #93F9C2;
}
</style>
background-color css
<style>
a { background-color: #93F9C2; }
a { background-color: rgb(147,249,194); }
div.DivClassName
{
background-color: #93F9C2;
}
.BgClassName
{
background-color: #93F9C2;
}
</style>
border-color css
<style>
span { border-color: #93F9C2; }
span { border-color: rgb(147,249,194); }
td.TdClassName
{
border-color: #93F9C2;
}
.TagClassName
{
border-color: #93F9C2;
}
</style>