Shades of Magic Mint #8FEEC2
Tints of Magic Mint #8FEEC2
RGB
CMYK
RGB Variations
Color information
#8FEEC2 (or 0x8FEEC2) is known color: Magic Mint. HEX triplet: 8F, EE and C2. RGB value is (143,238,194). Sum of RGB (Red+Green+Blue) = 143+238+194=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEC2 is #70113D. Grayscale: #CCCCCC. Windows color (decimal): -7344446 or 12775055. OLE color: 12775055.
HSL color Cylindrical-coordinate representation of color #8FEEC2: hue angle of 152.21º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEC2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 194 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.07 |
| HSL | 152.21º | 0.74% | 0.75% | - |
| HSV(B) | 152.21º | 0.4% | 0.93% | - |
| XYZ | 51.64 | 70.88 | 62 | - |
| YUV | 204.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 194 | 0.40 | 0 | 0.18 | 0.07 | 152.21 | 0.74 | 0.75 |
| Hex | 8F | EE | C2 | 28 | 0 | 12 | 7 | 98 | 4A | 4B |
| Octal | 217 | 356 | 302 | 50 | 0 | 22 | 7 | 230 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11000010 | 101000 | 0 | 10010 | 111 | 10011000 | 1001010 | 1001011 |
Color Harmonies of #8FEEC2
Complementary color
Monochromatic Colors of #8FEEC2
Black with #8FEEC2
Text Example
Text Example
White with #8FEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEC2; }
p { color: rgb(143,238,194); }
H1.HeaderClassName
{
color: #8FEEC2;
}
.AnyTagClassName
{
color: #8FEEC2;
}
</style>
background-color css
<style>
a { background-color: #8FEEC2; }
a { background-color: rgb(143,238,194); }
div.DivClassName
{
background-color: #8FEEC2;
}
.BgClassName
{
background-color: #8FEEC2;
}
</style>
border-color css
<style>
span { border-color: #8FEEC2; }
span { border-color: rgb(143,238,194); }
td.TdClassName
{
border-color: #8FEEC2;
}
.TagClassName
{
border-color: #8FEEC2;
}
</style>