Shades of Magic Mint #95EACD
Tints of Magic Mint #95EACD
RGB
CMYK
RGB Variations
Color information
#95EACD (or 0x95EACD) is known color: Magic Mint. HEX triplet: 95, EA and CD. RGB value is (149,234,205). Sum of RGB (Red+Green+Blue) = 149+234+205=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #95EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EACD is #6A1532. Grayscale: #CDCDCD. Windows color (decimal): -6952243 or 13494933. OLE color: 13494933.
HSL color Cylindrical-coordinate representation of color #95EACD: hue angle of 159.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EACD is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 205 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.08 |
| HSL | 159.53º | 0.67% | 0.75% | - |
| HSV(B) | 159.53º | 0.36% | 0.92% | - |
| XYZ | 52.84 | 69.64 | 68.42 | - |
| YUV | 205.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 205 | 0.36 | 0 | 0.12 | 0.08 | 159.53 | 0.67 | 0.75 |
| Hex | 95 | EA | CD | 24 | 0 | C | 8 | A0 | 43 | 4B |
| Octal | 225 | 352 | 315 | 44 | 0 | 14 | 10 | 240 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11001101 | 100100 | 0 | 1100 | 1000 | 10100000 | 1000011 | 1001011 |
Color Harmonies of #95EACD
Complementary color
Monochromatic Colors of #95EACD
Black with #95EACD
Text Example
Text Example
White with #95EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EACD; }
p { color: rgb(149,234,205); }
H1.HeaderClassName
{
color: #95EACD;
}
.AnyTagClassName
{
color: #95EACD;
}
</style>
background-color css
<style>
a { background-color: #95EACD; }
a { background-color: rgb(149,234,205); }
div.DivClassName
{
background-color: #95EACD;
}
.BgClassName
{
background-color: #95EACD;
}
</style>
border-color css
<style>
span { border-color: #95EACD; }
span { border-color: rgb(149,234,205); }
td.TdClassName
{
border-color: #95EACD;
}
.TagClassName
{
border-color: #95EACD;
}
</style>