Shades of Magic Mint #95F9BF
Tints of Magic Mint #95F9BF
RGB
CMYK
RGB Variations
Color information
#95F9BF (or 0x95F9BF) is known color: Magic Mint. HEX triplet: 95, F9 and BF. RGB value is (149,249,191). Sum of RGB (Red+Green+Blue) = 149+249+191=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9BF is #6A0640. Grayscale: #D4D4D4. Windows color (decimal): -6948417 or 12581269. OLE color: 12581269.
HSL color Cylindrical-coordinate representation of color #95F9BF: hue angle of 145.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9BF is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 191 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.02 |
| HSL | 145.2º | 0.89% | 0.78% | - |
| HSV(B) | 145.2º | 0.4% | 0.98% | - |
| XYZ | 55.67 | 77.9 | 61.39 | - |
| YUV | 212.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 191 | 0.40 | 0 | 0.23 | 0.02 | 145.2 | 0.89 | 0.78 |
| Hex | 95 | F9 | BF | 28 | 0 | 17 | 2 | 91 | 59 | 4E |
| Octal | 225 | 371 | 277 | 50 | 0 | 27 | 2 | 221 | 131 | 116 |
| Binary | 10010101 | 11111001 | 10111111 | 101000 | 0 | 10111 | 10 | 10010001 | 1011001 | 1001110 |
Color Harmonies of #95F9BF
Complementary color
Monochromatic Colors of #95F9BF
Black with #95F9BF
Text Example
Text Example
White with #95F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9BF; }
p { color: rgb(149,249,191); }
H1.HeaderClassName
{
color: #95F9BF;
}
.AnyTagClassName
{
color: #95F9BF;
}
</style>
background-color css
<style>
a { background-color: #95F9BF; }
a { background-color: rgb(149,249,191); }
div.DivClassName
{
background-color: #95F9BF;
}
.BgClassName
{
background-color: #95F9BF;
}
</style>
border-color css
<style>
span { border-color: #95F9BF; }
span { border-color: rgb(149,249,191); }
td.TdClassName
{
border-color: #95F9BF;
}
.TagClassName
{
border-color: #95F9BF;
}
</style>