Shades of Magic Mint #94EECF
Tints of Magic Mint #94EECF
RGB
CMYK
RGB Variations
Color information
#94EECF (or 0x94EECF) is known color: Magic Mint. HEX triplet: 94, EE and CF. RGB value is (148,238,207). Sum of RGB (Red+Green+Blue) = 148+238+207=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #94EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EECF is #6B1130. Grayscale: #CFCFCF. Windows color (decimal): -7016753 or 13627028. OLE color: 13627028.
HSL color Cylindrical-coordinate representation of color #94EECF: hue angle of 159.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EECF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 207 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.07 |
| HSL | 159.33º | 0.73% | 0.76% | - |
| HSV(B) | 159.33º | 0.38% | 0.93% | - |
| XYZ | 54.05 | 71.95 | 70.07 | - |
| YUV | 207.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 207 | 0.38 | 0 | 0.13 | 0.07 | 159.33 | 0.73 | 0.76 |
| Hex | 94 | EE | CF | 26 | 0 | D | 7 | 9F | 49 | 4C |
| Octal | 224 | 356 | 317 | 46 | 0 | 15 | 7 | 237 | 111 | 114 |
| Binary | 10010100 | 11101110 | 11001111 | 100110 | 0 | 1101 | 111 | 10011111 | 1001001 | 1001100 |
Color Harmonies of #94EECF
Complementary color
Monochromatic Colors of #94EECF
Black with #94EECF
Text Example
Text Example
White with #94EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EECF; }
p { color: rgb(148,238,207); }
H1.HeaderClassName
{
color: #94EECF;
}
.AnyTagClassName
{
color: #94EECF;
}
</style>
background-color css
<style>
a { background-color: #94EECF; }
a { background-color: rgb(148,238,207); }
div.DivClassName
{
background-color: #94EECF;
}
.BgClassName
{
background-color: #94EECF;
}
</style>
border-color css
<style>
span { border-color: #94EECF; }
span { border-color: rgb(148,238,207); }
td.TdClassName
{
border-color: #94EECF;
}
.TagClassName
{
border-color: #94EECF;
}
</style>