Shades of Magic Mint #95F4C9
Tints of Magic Mint #95F4C9
RGB
CMYK
RGB Variations
Color information
#95F4C9 (or 0x95F4C9) is known color: Magic Mint. HEX triplet: 95, F4 and C9. RGB value is (149,244,201). Sum of RGB (Red+Green+Blue) = 149+244+201=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4C9 is #6A0B36. Grayscale: #D2D2D2. Windows color (decimal): -6949687 or 13235349. OLE color: 13235349.
HSL color Cylindrical-coordinate representation of color #95F4C9: hue angle of 152.84º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F4C9 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 244 | 201 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.04 |
| HSL | 152.84º | 0.81% | 0.77% | - |
| HSV(B) | 152.84º | 0.39% | 0.96% | - |
| XYZ | 55.29 | 75.31 | 66.88 | - |
| YUV | 210.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 244 | 201 | 0.39 | 0 | 0.18 | 0.04 | 152.84 | 0.81 | 0.77 |
| Hex | 95 | F4 | C9 | 27 | 0 | 12 | 4 | 99 | 51 | 4D |
| Octal | 225 | 364 | 311 | 47 | 0 | 22 | 4 | 231 | 121 | 115 |
| Binary | 10010101 | 11110100 | 11001001 | 100111 | 0 | 10010 | 100 | 10011001 | 1010001 | 1001101 |
Color Harmonies of #95F4C9
Complementary color
Monochromatic Colors of #95F4C9
Black with #95F4C9
Text Example
Text Example
White with #95F4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F4C9; }
p { color: rgb(149,244,201); }
H1.HeaderClassName
{
color: #95F4C9;
}
.AnyTagClassName
{
color: #95F4C9;
}
</style>
background-color css
<style>
a { background-color: #95F4C9; }
a { background-color: rgb(149,244,201); }
div.DivClassName
{
background-color: #95F4C9;
}
.BgClassName
{
background-color: #95F4C9;
}
</style>
border-color css
<style>
span { border-color: #95F4C9; }
span { border-color: rgb(149,244,201); }
td.TdClassName
{
border-color: #95F4C9;
}
.TagClassName
{
border-color: #95F4C9;
}
</style>