Shades of Magic Mint #95EBC2
Tints of Magic Mint #95EBC2
RGB
CMYK
RGB Variations
Color information
#95EBC2 (or 0x95EBC2) is known color: Magic Mint. HEX triplet: 95, EB and C2. RGB value is (149,235,194). Sum of RGB (Red+Green+Blue) = 149+235+194=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBC2 is #6A143D. Grayscale: #CCCCCC. Windows color (decimal): -6951998 or 12774293. OLE color: 12774293.
HSL color Cylindrical-coordinate representation of color #95EBC2: hue angle of 151.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBC2 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 194 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.08 |
| HSL | 151.4º | 0.68% | 0.75% | - |
| HSV(B) | 151.4º | 0.37% | 0.92% | - |
| XYZ | 51.84 | 69.7 | 61.76 | - |
| YUV | 204.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 194 | 0.37 | 0 | 0.17 | 0.08 | 151.4 | 0.68 | 0.75 |
| Hex | 95 | EB | C2 | 25 | 0 | 11 | 8 | 97 | 44 | 4B |
| Octal | 225 | 353 | 302 | 45 | 0 | 21 | 10 | 227 | 104 | 113 |
| Binary | 10010101 | 11101011 | 11000010 | 100101 | 0 | 10001 | 1000 | 10010111 | 1000100 | 1001011 |
Color Harmonies of #95EBC2
Complementary color
Monochromatic Colors of #95EBC2
Black with #95EBC2
Text Example
Text Example
White with #95EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBC2; }
p { color: rgb(149,235,194); }
H1.HeaderClassName
{
color: #95EBC2;
}
.AnyTagClassName
{
color: #95EBC2;
}
</style>
background-color css
<style>
a { background-color: #95EBC2; }
a { background-color: rgb(149,235,194); }
div.DivClassName
{
background-color: #95EBC2;
}
.BgClassName
{
background-color: #95EBC2;
}
</style>
border-color css
<style>
span { border-color: #95EBC2; }
span { border-color: rgb(149,235,194); }
td.TdClassName
{
border-color: #95EBC2;
}
.TagClassName
{
border-color: #95EBC2;
}
</style>