Shades of Magic Mint #95FABB
Tints of Magic Mint #95FABB
RGB
CMYK
RGB Variations
Color information
#95FABB (or 0x95FABB) is known color: Magic Mint. HEX triplet: 95, FA and BB. RGB value is (149,250,187). Sum of RGB (Red+Green+Blue) = 149+250+187=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #95FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FABB is #6A0544. Grayscale: #D4D4D4. Windows color (decimal): -6948165 or 12319381. OLE color: 12319381.
HSL color Cylindrical-coordinate representation of color #95FABB: hue angle of 142.57º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FABB is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 187 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.02 |
| HSL | 142.57º | 0.91% | 0.78% | - |
| HSV(B) | 142.57º | 0.4% | 0.98% | - |
| XYZ | 55.55 | 78.35 | 59.21 | - |
| YUV | 212.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 187 | 0.40 | 0 | 0.25 | 0.02 | 142.57 | 0.91 | 0.78 |
| Hex | 95 | FA | BB | 28 | 0 | 19 | 2 | 8F | 5B | 4E |
| Octal | 225 | 372 | 273 | 50 | 0 | 31 | 2 | 217 | 133 | 116 |
| Binary | 10010101 | 11111010 | 10111011 | 101000 | 0 | 11001 | 10 | 10001111 | 1011011 | 1001110 |
Color Harmonies of #95FABB
Complementary color
Monochromatic Colors of #95FABB
Black with #95FABB
Text Example
Text Example
White with #95FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FABB; }
p { color: rgb(149,250,187); }
H1.HeaderClassName
{
color: #95FABB;
}
.AnyTagClassName
{
color: #95FABB;
}
</style>
background-color css
<style>
a { background-color: #95FABB; }
a { background-color: rgb(149,250,187); }
div.DivClassName
{
background-color: #95FABB;
}
.BgClassName
{
background-color: #95FABB;
}
</style>
border-color css
<style>
span { border-color: #95FABB; }
span { border-color: rgb(149,250,187); }
td.TdClassName
{
border-color: #95FABB;
}
.TagClassName
{
border-color: #95FABB;
}
</style>