Shades of Magic Mint #94FACA
Tints of Magic Mint #94FACA
RGB
CMYK
RGB Variations
Color information
#94FACA (or 0x94FACA) is known color: Magic Mint. HEX triplet: 94, FA and CA. RGB value is (148,250,202). Sum of RGB (Red+Green+Blue) = 148+250+202=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #94FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FACA is #6B0535. Grayscale: #D6D6D6. Windows color (decimal): -7013686 or 13302420. OLE color: 13302420.
HSL color Cylindrical-coordinate representation of color #94FACA: hue angle of 151.76º degrees, saturation: 0.91, 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 #94FACA is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 202 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.02 |
| HSL | 151.76º | 0.91% | 0.78% | - |
| HSV(B) | 151.76º | 0.41% | 0.98% | - |
| XYZ | 57.06 | 78.93 | 68.11 | - |
| YUV | 214.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 202 | 0.41 | 0 | 0.19 | 0.02 | 151.76 | 0.91 | 0.78 |
| Hex | 94 | FA | CA | 29 | 0 | 13 | 2 | 98 | 5B | 4E |
| Octal | 224 | 372 | 312 | 51 | 0 | 23 | 2 | 230 | 133 | 116 |
| Binary | 10010100 | 11111010 | 11001010 | 101001 | 0 | 10011 | 10 | 10011000 | 1011011 | 1001110 |
Color Harmonies of #94FACA
Complementary color
Monochromatic Colors of #94FACA
Black with #94FACA
Text Example
Text Example
White with #94FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FACA; }
p { color: rgb(148,250,202); }
H1.HeaderClassName
{
color: #94FACA;
}
.AnyTagClassName
{
color: #94FACA;
}
</style>
background-color css
<style>
a { background-color: #94FACA; }
a { background-color: rgb(148,250,202); }
div.DivClassName
{
background-color: #94FACA;
}
.BgClassName
{
background-color: #94FACA;
}
</style>
border-color css
<style>
span { border-color: #94FACA; }
span { border-color: rgb(148,250,202); }
td.TdClassName
{
border-color: #94FACA;
}
.TagClassName
{
border-color: #94FACA;
}
</style>