Shades of Magic Mint #95F2C4
Tints of Magic Mint #95F2C4
RGB
CMYK
RGB Variations
Color information
#95F2C4 (or 0x95F2C4) is known color: Magic Mint. HEX triplet: 95, F2 and C4. RGB value is (149,242,196). Sum of RGB (Red+Green+Blue) = 149+242+196=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2C4 is #6A0D3B. Grayscale: #D1D1D1. Windows color (decimal): -6950204 or 12907157. OLE color: 12907157.
HSL color Cylindrical-coordinate representation of color #95F2C4: hue angle of 150.32º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F2C4 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 242 | 196 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.05 |
| HSL | 150.32º | 0.78% | 0.77% | - |
| HSV(B) | 150.32º | 0.38% | 0.95% | - |
| XYZ | 54.11 | 73.88 | 63.63 | - |
| YUV | 208.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 242 | 196 | 0.38 | 0 | 0.19 | 0.05 | 150.32 | 0.78 | 0.77 |
| Hex | 95 | F2 | C4 | 26 | 0 | 13 | 5 | 96 | 4E | 4D |
| Octal | 225 | 362 | 304 | 46 | 0 | 23 | 5 | 226 | 116 | 115 |
| Binary | 10010101 | 11110010 | 11000100 | 100110 | 0 | 10011 | 101 | 10010110 | 1001110 | 1001101 |
Color Harmonies of #95F2C4
Complementary color
Monochromatic Colors of #95F2C4
Black with #95F2C4
Text Example
Text Example
White with #95F2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F2C4; }
p { color: rgb(149,242,196); }
H1.HeaderClassName
{
color: #95F2C4;
}
.AnyTagClassName
{
color: #95F2C4;
}
</style>
background-color css
<style>
a { background-color: #95F2C4; }
a { background-color: rgb(149,242,196); }
div.DivClassName
{
background-color: #95F2C4;
}
.BgClassName
{
background-color: #95F2C4;
}
</style>
border-color css
<style>
span { border-color: #95F2C4; }
span { border-color: rgb(149,242,196); }
td.TdClassName
{
border-color: #95F2C4;
}
.TagClassName
{
border-color: #95F2C4;
}
</style>