Shades of Magic Mint #95F3D7
Tints of Magic Mint #95F3D7
RGB
CMYK
RGB Variations
Color information
#95F3D7 (or 0x95F3D7) is known color: Magic Mint. HEX triplet: 95, F3 and D7. RGB value is (149,243,215). Sum of RGB (Red+Green+Blue) = 149+243+215=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F3D7 is #6A0C28. Grayscale: #D3D3D3. Windows color (decimal): -6949929 or 14152597. OLE color: 14152597.
HSL color Cylindrical-coordinate representation of color #95F3D7: hue angle of 162.13º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3D7 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 243 | 215 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.05 |
| HSL | 162.13º | 0.8% | 0.77% | - |
| HSV(B) | 162.13º | 0.39% | 0.95% | - |
| XYZ | 56.71 | 75.4 | 75.85 | - |
| YUV | 211.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 243 | 215 | 0.39 | 0 | 0.12 | 0.05 | 162.13 | 0.8 | 0.77 |
| Hex | 95 | F3 | D7 | 27 | 0 | C | 5 | A2 | 50 | 4D |
| Octal | 225 | 363 | 327 | 47 | 0 | 14 | 5 | 242 | 120 | 115 |
| Binary | 10010101 | 11110011 | 11010111 | 100111 | 0 | 1100 | 101 | 10100010 | 1010000 | 1001101 |
Color Harmonies of #95F3D7
Complementary color
Monochromatic Colors of #95F3D7
Black with #95F3D7
Text Example
Text Example
White with #95F3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F3D7; }
p { color: rgb(149,243,215); }
H1.HeaderClassName
{
color: #95F3D7;
}
.AnyTagClassName
{
color: #95F3D7;
}
</style>
background-color css
<style>
a { background-color: #95F3D7; }
a { background-color: rgb(149,243,215); }
div.DivClassName
{
background-color: #95F3D7;
}
.BgClassName
{
background-color: #95F3D7;
}
</style>
border-color css
<style>
span { border-color: #95F3D7; }
span { border-color: rgb(149,243,215); }
td.TdClassName
{
border-color: #95F3D7;
}
.TagClassName
{
border-color: #95F3D7;
}
</style>