Shades of Magic Mint #95EEC2
Tints of Magic Mint #95EEC2
RGB
CMYK
RGB Variations
Color information
#95EEC2 (or 0x95EEC2) is known color: Magic Mint. HEX triplet: 95, EE and C2. RGB value is (149,238,194). Sum of RGB (Red+Green+Blue) = 149+238+194=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EEC2 is #6A113D. Grayscale: #CECECE. Windows color (decimal): -6951230 or 12775061. OLE color: 12775061.
HSL color Cylindrical-coordinate representation of color #95EEC2: hue angle of 150.34º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEC2 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 238 | 194 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.07 |
| HSL | 150.34º | 0.72% | 0.76% | - |
| HSV(B) | 150.34º | 0.37% | 0.93% | - |
| XYZ | 52.71 | 71.43 | 62.05 | - |
| YUV | 206.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 238 | 194 | 0.37 | 0 | 0.18 | 0.07 | 150.34 | 0.72 | 0.76 |
| Hex | 95 | EE | C2 | 25 | 0 | 12 | 7 | 96 | 48 | 4C |
| Octal | 225 | 356 | 302 | 45 | 0 | 22 | 7 | 226 | 110 | 114 |
| Binary | 10010101 | 11101110 | 11000010 | 100101 | 0 | 10010 | 111 | 10010110 | 1001000 | 1001100 |
Color Harmonies of #95EEC2
Complementary color
Monochromatic Colors of #95EEC2
Black with #95EEC2
Text Example
Text Example
White with #95EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EEC2; }
p { color: rgb(149,238,194); }
H1.HeaderClassName
{
color: #95EEC2;
}
.AnyTagClassName
{
color: #95EEC2;
}
</style>
background-color css
<style>
a { background-color: #95EEC2; }
a { background-color: rgb(149,238,194); }
div.DivClassName
{
background-color: #95EEC2;
}
.BgClassName
{
background-color: #95EEC2;
}
</style>
border-color css
<style>
span { border-color: #95EEC2; }
span { border-color: rgb(149,238,194); }
td.TdClassName
{
border-color: #95EEC2;
}
.TagClassName
{
border-color: #95EEC2;
}
</style>