Shades of Magic Mint #95EFC7
Tints of Magic Mint #95EFC7
RGB
CMYK
RGB Variations
Color information
#95EFC7 (or 0x95EFC7) is known color: Magic Mint. HEX triplet: 95, EF and C7. RGB value is (149,239,199). Sum of RGB (Red+Green+Blue) = 149+239+199=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFC7 is #6A1038. Grayscale: #CFCFCF. Windows color (decimal): -6950969 or 13102997. OLE color: 13102997.
HSL color Cylindrical-coordinate representation of color #95EFC7: hue angle of 153.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 199 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.06 |
| HSL | 153.33º | 0.74% | 0.76% | - |
| HSV(B) | 153.33º | 0.38% | 0.94% | - |
| XYZ | 53.57 | 72.25 | 65.15 | - |
| YUV | 207.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 199 | 0.38 | 0 | 0.17 | 0.06 | 153.33 | 0.74 | 0.76 |
| Hex | 95 | EF | C7 | 26 | 0 | 11 | 6 | 99 | 4A | 4C |
| Octal | 225 | 357 | 307 | 46 | 0 | 21 | 6 | 231 | 112 | 114 |
| Binary | 10010101 | 11101111 | 11000111 | 100110 | 0 | 10001 | 110 | 10011001 | 1001010 | 1001100 |
Color Harmonies of #95EFC7
Complementary color
Monochromatic Colors of #95EFC7
Black with #95EFC7
Text Example
Text Example
White with #95EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFC7; }
p { color: rgb(149,239,199); }
H1.HeaderClassName
{
color: #95EFC7;
}
.AnyTagClassName
{
color: #95EFC7;
}
</style>
background-color css
<style>
a { background-color: #95EFC7; }
a { background-color: rgb(149,239,199); }
div.DivClassName
{
background-color: #95EFC7;
}
.BgClassName
{
background-color: #95EFC7;
}
</style>
border-color css
<style>
span { border-color: #95EFC7; }
span { border-color: rgb(149,239,199); }
td.TdClassName
{
border-color: #95EFC7;
}
.TagClassName
{
border-color: #95EFC7;
}
</style>