Shades of Magic Mint #95F3C0
Tints of Magic Mint #95F3C0
RGB
CMYK
RGB Variations
Color information
#95F3C0 (or 0x95F3C0) is known color: Magic Mint. HEX triplet: 95, F3 and C0. RGB value is (149,243,192). Sum of RGB (Red+Green+Blue) = 149+243+192=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3C0 is #6A0C3F. Grayscale: #D1D1D1. Windows color (decimal): -6949952 or 12645269. OLE color: 12645269.
HSL color Cylindrical-coordinate representation of color #95F3C0: hue angle of 147.45º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3C0 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 243 | 192 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.05 |
| HSL | 147.45º | 0.8% | 0.77% | - |
| HSV(B) | 147.45º | 0.39% | 0.95% | - |
| XYZ | 53.96 | 74.3 | 61.37 | - |
| YUV | 209.08 | 118.36 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 243 | 192 | 0.39 | 0 | 0.21 | 0.05 | 147.45 | 0.8 | 0.77 |
| Hex | 95 | F3 | C0 | 27 | 0 | 15 | 5 | 93 | 50 | 4D |
| Octal | 225 | 363 | 300 | 47 | 0 | 25 | 5 | 223 | 120 | 115 |
| Binary | 10010101 | 11110011 | 11000000 | 100111 | 0 | 10101 | 101 | 10010011 | 1010000 | 1001101 |
Color Harmonies of #95F3C0
Complementary color
Monochromatic Colors of #95F3C0
Black with #95F3C0
Text Example
Text Example
White with #95F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F3C0; }
p { color: rgb(149,243,192); }
H1.HeaderClassName
{
color: #95F3C0;
}
.AnyTagClassName
{
color: #95F3C0;
}
</style>
background-color css
<style>
a { background-color: #95F3C0; }
a { background-color: rgb(149,243,192); }
div.DivClassName
{
background-color: #95F3C0;
}
.BgClassName
{
background-color: #95F3C0;
}
</style>
border-color css
<style>
span { border-color: #95F3C0; }
span { border-color: rgb(149,243,192); }
td.TdClassName
{
border-color: #95F3C0;
}
.TagClassName
{
border-color: #95F3C0;
}
</style>