Shades of Magic Mint #95F1C1
Tints of Magic Mint #95F1C1
RGB
CMYK
RGB Variations
Color information
#95F1C1 (or 0x95F1C1) is known color: Magic Mint. HEX triplet: 95, F1 and C1. RGB value is (149,241,193). Sum of RGB (Red+Green+Blue) = 149+241+193=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1C1 is #6A0E3E. Grayscale: #D0D0D0. Windows color (decimal): -6950463 or 12710293. OLE color: 12710293.
HSL color Cylindrical-coordinate representation of color #95F1C1: hue angle of 148.7º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1C1 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 193 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.05 |
| HSL | 148.7º | 0.77% | 0.76% | - |
| HSV(B) | 148.7º | 0.38% | 0.95% | - |
| XYZ | 53.48 | 73.15 | 61.75 | - |
| YUV | 208.02 | 119.52 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 193 | 0.38 | 0 | 0.20 | 0.05 | 148.7 | 0.77 | 0.76 |
| Hex | 95 | F1 | C1 | 26 | 0 | 14 | 5 | 95 | 4D | 4C |
| Octal | 225 | 361 | 301 | 46 | 0 | 24 | 5 | 225 | 115 | 114 |
| Binary | 10010101 | 11110001 | 11000001 | 100110 | 0 | 10100 | 101 | 10010101 | 1001101 | 1001100 |
Color Harmonies of #95F1C1
Complementary color
Monochromatic Colors of #95F1C1
Black with #95F1C1
Text Example
Text Example
White with #95F1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1C1; }
p { color: rgb(149,241,193); }
H1.HeaderClassName
{
color: #95F1C1;
}
.AnyTagClassName
{
color: #95F1C1;
}
</style>
background-color css
<style>
a { background-color: #95F1C1; }
a { background-color: rgb(149,241,193); }
div.DivClassName
{
background-color: #95F1C1;
}
.BgClassName
{
background-color: #95F1C1;
}
</style>
border-color css
<style>
span { border-color: #95F1C1; }
span { border-color: rgb(149,241,193); }
td.TdClassName
{
border-color: #95F1C1;
}
.TagClassName
{
border-color: #95F1C1;
}
</style>