Shades of Magic Mint #95EFCE
Tints of Magic Mint #95EFCE
RGB
CMYK
RGB Variations
Color information
#95EFCE (or 0x95EFCE) is known color: Magic Mint. HEX triplet: 95, EF and CE. RGB value is (149,239,206). Sum of RGB (Red+Green+Blue) = 149+239+206=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFCE is #6A1031. Grayscale: #D0D0D0. Windows color (decimal): -6950962 or 13561749. OLE color: 13561749.
HSL color Cylindrical-coordinate representation of color #95EFCE: hue angle of 158º 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 #95EFCE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 206 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.06 |
| HSL | 158º | 0.74% | 0.76% | - |
| HSV(B) | 158º | 0.38% | 0.94% | - |
| XYZ | 54.4 | 72.58 | 69.53 | - |
| YUV | 208.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 206 | 0.38 | 0 | 0.14 | 0.06 | 158 | 0.74 | 0.76 |
| Hex | 95 | EF | CE | 26 | 0 | E | 6 | 9E | 4A | 4C |
| Octal | 225 | 357 | 316 | 46 | 0 | 16 | 6 | 236 | 112 | 114 |
| Binary | 10010101 | 11101111 | 11001110 | 100110 | 0 | 1110 | 110 | 10011110 | 1001010 | 1001100 |
Color Harmonies of #95EFCE
Complementary color
Monochromatic Colors of #95EFCE
Black with #95EFCE
Text Example
Text Example
White with #95EFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFCE; }
p { color: rgb(149,239,206); }
H1.HeaderClassName
{
color: #95EFCE;
}
.AnyTagClassName
{
color: #95EFCE;
}
</style>
background-color css
<style>
a { background-color: #95EFCE; }
a { background-color: rgb(149,239,206); }
div.DivClassName
{
background-color: #95EFCE;
}
.BgClassName
{
background-color: #95EFCE;
}
</style>
border-color css
<style>
span { border-color: #95EFCE; }
span { border-color: rgb(149,239,206); }
td.TdClassName
{
border-color: #95EFCE;
}
.TagClassName
{
border-color: #95EFCE;
}
</style>