Shades of Magic Mint #91EDC2
Tints of Magic Mint #91EDC2
RGB
CMYK
RGB Variations
Color information
#91EDC2 (or 0x91EDC2) is known color: Magic Mint. HEX triplet: 91, ED and C2. RGB value is (145,237,194). Sum of RGB (Red+Green+Blue) = 145+237+194=576 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.17% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDC2 is #6E123D. Grayscale: #CCCCCC. Windows color (decimal): -7213630 or 12774801. OLE color: 12774801.
HSL color Cylindrical-coordinate representation of color #91EDC2: hue angle of 151.96º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EDC2 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 194 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.07 |
| HSL | 151.96º | 0.72% | 0.75% | - |
| HSV(B) | 151.96º | 0.39% | 0.93% | - |
| XYZ | 51.7 | 70.48 | 61.92 | - |
| YUV | 204.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 194 | 0.39 | 0 | 0.18 | 0.07 | 151.96 | 0.72 | 0.75 |
| Hex | 91 | ED | C2 | 27 | 0 | 12 | 7 | 98 | 48 | 4B |
| Octal | 221 | 355 | 302 | 47 | 0 | 22 | 7 | 230 | 110 | 113 |
| Binary | 10010001 | 11101101 | 11000010 | 100111 | 0 | 10010 | 111 | 10011000 | 1001000 | 1001011 |
Color Harmonies of #91EDC2
Complementary color
Monochromatic Colors of #91EDC2
Black with #91EDC2
Text Example
Text Example
White with #91EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDC2; }
p { color: rgb(145,237,194); }
H1.HeaderClassName
{
color: #91EDC2;
}
.AnyTagClassName
{
color: #91EDC2;
}
</style>
background-color css
<style>
a { background-color: #91EDC2; }
a { background-color: rgb(145,237,194); }
div.DivClassName
{
background-color: #91EDC2;
}
.BgClassName
{
background-color: #91EDC2;
}
</style>
border-color css
<style>
span { border-color: #91EDC2; }
span { border-color: rgb(145,237,194); }
td.TdClassName
{
border-color: #91EDC2;
}
.TagClassName
{
border-color: #91EDC2;
}
</style>