Shades of Magic Mint #95F0D0
Tints of Magic Mint #95F0D0
RGB
CMYK
RGB Variations
Color information
#95F0D0 (or 0x95F0D0) is known color: Magic Mint. HEX triplet: 95, F0 and D0. RGB value is (149,240,208). Sum of RGB (Red+Green+Blue) = 149+240+208=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #95F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F0D0 is #6A0F2F. Grayscale: #D1D1D1. Windows color (decimal): -6950704 or 13693077. OLE color: 13693077.
HSL color Cylindrical-coordinate representation of color #95F0D0: hue angle of 158.9º degrees, saturation: 0.75, 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 #95F0D0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 240 | 208 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.06 |
| HSL | 158.9º | 0.75% | 0.76% | - |
| HSV(B) | 158.9º | 0.38% | 0.94% | - |
| XYZ | 54.94 | 73.26 | 70.92 | - |
| YUV | 209.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 208 | 0.38 | 0 | 0.13 | 0.06 | 158.9 | 0.75 | 0.76 |
| Hex | 95 | F0 | D0 | 26 | 0 | D | 6 | 9F | 4B | 4C |
| Octal | 225 | 360 | 320 | 46 | 0 | 15 | 6 | 237 | 113 | 114 |
| Binary | 10010101 | 11110000 | 11010000 | 100110 | 0 | 1101 | 110 | 10011111 | 1001011 | 1001100 |
Color Harmonies of #95F0D0
Complementary color
Monochromatic Colors of #95F0D0
Black with #95F0D0
Text Example
Text Example
White with #95F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F0D0; }
p { color: rgb(149,240,208); }
H1.HeaderClassName
{
color: #95F0D0;
}
.AnyTagClassName
{
color: #95F0D0;
}
</style>
background-color css
<style>
a { background-color: #95F0D0; }
a { background-color: rgb(149,240,208); }
div.DivClassName
{
background-color: #95F0D0;
}
.BgClassName
{
background-color: #95F0D0;
}
</style>
border-color css
<style>
span { border-color: #95F0D0; }
span { border-color: rgb(149,240,208); }
td.TdClassName
{
border-color: #95F0D0;
}
.TagClassName
{
border-color: #95F0D0;
}
</style>