Shades of Magic Mint #95FECB
Tints of Magic Mint #95FECB
RGB
CMYK
RGB Variations
Color information
#95FECB (or 0x95FECB) is known color: Magic Mint. HEX triplet: 95, FE and CB. RGB value is (149,254,203). Sum of RGB (Red+Green+Blue) = 149+254+203=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #95FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FECB is #6A0134. Grayscale: #D8D8D8. Windows color (decimal): -6947125 or 13368981. OLE color: 13368981.
HSL color Cylindrical-coordinate representation of color #95FECB: hue angle of 150.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FECB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 254 | 203 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.00 |
| HSL | 150.86º | 0.98% | 0.79% | - |
| HSV(B) | 150.86º | 0.41% | 1% | - |
| XYZ | 58.62 | 81.58 | 69.16 | - |
| YUV | 216.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 254 | 203 | 0.41 | 0 | 0.20 | 0.00 | 150.86 | 0.98 | 0.79 |
| Hex | 95 | FE | CB | 29 | 0 | 14 | 0 | 97 | 62 | 4F |
| Octal | 225 | 376 | 313 | 51 | 0 | 24 | 0 | 227 | 142 | 117 |
| Binary | 10010101 | 11111110 | 11001011 | 101001 | 0 | 10100 | 0 | 10010111 | 1100010 | 1001111 |
Color Harmonies of #95FECB
Complementary color
Monochromatic Colors of #95FECB
Black with #95FECB
Text Example
Text Example
White with #95FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FECB; }
p { color: rgb(149,254,203); }
H1.HeaderClassName
{
color: #95FECB;
}
.AnyTagClassName
{
color: #95FECB;
}
</style>
background-color css
<style>
a { background-color: #95FECB; }
a { background-color: rgb(149,254,203); }
div.DivClassName
{
background-color: #95FECB;
}
.BgClassName
{
background-color: #95FECB;
}
</style>
border-color css
<style>
span { border-color: #95FECB; }
span { border-color: rgb(149,254,203); }
td.TdClassName
{
border-color: #95FECB;
}
.TagClassName
{
border-color: #95FECB;
}
</style>