Shades of Magic Mint #95EFC8
Tints of Magic Mint #95EFC8
RGB
CMYK
RGB Variations
Color information
#95EFC8 (or 0x95EFC8) is known color: Magic Mint. HEX triplet: 95, EF and C8. RGB value is (149,239,200). Sum of RGB (Red+Green+Blue) = 149+239+200=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFC8 is #6A1037. Grayscale: #CFCFCF. Windows color (decimal): -6950968 or 13168533. OLE color: 13168533.
HSL color Cylindrical-coordinate representation of color #95EFC8: hue angle of 154º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFC8 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 200 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.06 |
| HSL | 154º | 0.74% | 0.76% | - |
| HSV(B) | 154º | 0.38% | 0.94% | - |
| XYZ | 53.69 | 72.29 | 65.77 | - |
| YUV | 207.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 200 | 0.38 | 0 | 0.16 | 0.06 | 154 | 0.74 | 0.76 |
| Hex | 95 | EF | C8 | 26 | 0 | 10 | 6 | 9A | 4A | 4C |
| Octal | 225 | 357 | 310 | 46 | 0 | 20 | 6 | 232 | 112 | 114 |
| Binary | 10010101 | 11101111 | 11001000 | 100110 | 0 | 10000 | 110 | 10011010 | 1001010 | 1001100 |
Color Harmonies of #95EFC8
Complementary color
Monochromatic Colors of #95EFC8
Black with #95EFC8
Text Example
Text Example
White with #95EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFC8; }
p { color: rgb(149,239,200); }
H1.HeaderClassName
{
color: #95EFC8;
}
.AnyTagClassName
{
color: #95EFC8;
}
</style>
background-color css
<style>
a { background-color: #95EFC8; }
a { background-color: rgb(149,239,200); }
div.DivClassName
{
background-color: #95EFC8;
}
.BgClassName
{
background-color: #95EFC8;
}
</style>
border-color css
<style>
span { border-color: #95EFC8; }
span { border-color: rgb(149,239,200); }
td.TdClassName
{
border-color: #95EFC8;
}
.TagClassName
{
border-color: #95EFC8;
}
</style>