Shades of Magic Mint #94F6CA
Tints of Magic Mint #94F6CA
RGB
CMYK
RGB Variations
Color information
#94F6CA (or 0x94F6CA) is known color: Magic Mint. HEX triplet: 94, F6 and CA. RGB value is (148,246,202). Sum of RGB (Red+Green+Blue) = 148+246+202=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6CA is #6B0935. Grayscale: #D3D3D3. Windows color (decimal): -7014710 or 13301396. OLE color: 13301396.
HSL color Cylindrical-coordinate representation of color #94F6CA: hue angle of 153.06º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6CA is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 202 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.04 |
| HSL | 153.06º | 0.84% | 0.77% | - |
| HSV(B) | 153.06º | 0.4% | 0.96% | - |
| XYZ | 55.83 | 76.47 | 67.7 | - |
| YUV | 211.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 202 | 0.40 | 0 | 0.18 | 0.04 | 153.06 | 0.84 | 0.77 |
| Hex | 94 | F6 | CA | 28 | 0 | 12 | 4 | 99 | 54 | 4D |
| Octal | 224 | 366 | 312 | 50 | 0 | 22 | 4 | 231 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11001010 | 101000 | 0 | 10010 | 100 | 10011001 | 1010100 | 1001101 |
Color Harmonies of #94F6CA
Complementary color
Monochromatic Colors of #94F6CA
Black with #94F6CA
Text Example
Text Example
White with #94F6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6CA; }
p { color: rgb(148,246,202); }
H1.HeaderClassName
{
color: #94F6CA;
}
.AnyTagClassName
{
color: #94F6CA;
}
</style>
background-color css
<style>
a { background-color: #94F6CA; }
a { background-color: rgb(148,246,202); }
div.DivClassName
{
background-color: #94F6CA;
}
.BgClassName
{
background-color: #94F6CA;
}
</style>
border-color css
<style>
span { border-color: #94F6CA; }
span { border-color: rgb(148,246,202); }
td.TdClassName
{
border-color: #94F6CA;
}
.TagClassName
{
border-color: #94F6CA;
}
</style>