Shades of Magic Mint #95EBCD
Tints of Magic Mint #95EBCD
RGB
CMYK
RGB Variations
Color information
#95EBCD (or 0x95EBCD) is known color: Magic Mint. HEX triplet: 95, EB and CD. RGB value is (149,235,205). Sum of RGB (Red+Green+Blue) = 149+235+205=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBCD is #6A1432. Grayscale: #CDCDCD. Windows color (decimal): -6951987 or 13495189. OLE color: 13495189.
HSL color Cylindrical-coordinate representation of color #95EBCD: hue angle of 159.07º 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 #95EBCD is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 235 | 205 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.08 |
| HSL | 159.07º | 0.68% | 0.75% | - |
| HSV(B) | 159.07º | 0.37% | 0.92% | - |
| XYZ | 53.12 | 70.21 | 68.51 | - |
| YUV | 205.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 235 | 205 | 0.37 | 0 | 0.13 | 0.08 | 159.07 | 0.68 | 0.75 |
| Hex | 95 | EB | CD | 25 | 0 | D | 8 | 9F | 44 | 4B |
| Octal | 225 | 353 | 315 | 45 | 0 | 15 | 10 | 237 | 104 | 113 |
| Binary | 10010101 | 11101011 | 11001101 | 100101 | 0 | 1101 | 1000 | 10011111 | 1000100 | 1001011 |
Color Harmonies of #95EBCD
Complementary color
Monochromatic Colors of #95EBCD
Black with #95EBCD
Text Example
Text Example
White with #95EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EBCD; }
p { color: rgb(149,235,205); }
H1.HeaderClassName
{
color: #95EBCD;
}
.AnyTagClassName
{
color: #95EBCD;
}
</style>
background-color css
<style>
a { background-color: #95EBCD; }
a { background-color: rgb(149,235,205); }
div.DivClassName
{
background-color: #95EBCD;
}
.BgClassName
{
background-color: #95EBCD;
}
</style>
border-color css
<style>
span { border-color: #95EBCD; }
span { border-color: rgb(149,235,205); }
td.TdClassName
{
border-color: #95EBCD;
}
.TagClassName
{
border-color: #95EBCD;
}
</style>