Shades of Mint Green #94FFB0
Tints of Mint Green #94FFB0
RGB
CMYK
RGB Variations
Color information
#94FFB0 (or 0x94FFB0) is known color: Mint Green. HEX triplet: 94, FF and B0. RGB value is (148,255,176). Sum of RGB (Red+Green+Blue) = 148+255+176=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFB0 is #6B004F. Grayscale: #D6D6D6. Windows color (decimal): -7012432 or 11599764. OLE color: 11599764.
HSL color Cylindrical-coordinate representation of color #94FFB0: hue angle of 135.7º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFB0 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 176 | - |
| CMYK | 0.42 | 0 | 0.31 | 0 |
| HSL | 135.7º | 1% | 0.79% | - |
| HSV(B) | 135.7º | 0.42% | 1% | - |
| XYZ | 55.81 | 80.95 | 53.76 | - |
| YUV | 214 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 176 | 0.42 | 0 | 0.31 | 0 | 135.7 | 1 | 0.79 |
| Hex | 94 | FF | B0 | 2A | 0 | 1F | 0 | 88 | 64 | 4F |
| Octal | 224 | 377 | 260 | 52 | 0 | 37 | 0 | 210 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10110000 | 101010 | 0 | 11111 | 0 | 10001000 | 1100100 | 1001111 |
Color Harmonies of #94FFB0
Complementary color
Monochromatic Colors of #94FFB0
Black with #94FFB0
Text Example
Text Example
White with #94FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFB0; }
p { color: rgb(148,255,176); }
H1.HeaderClassName
{
color: #94FFB0;
}
.AnyTagClassName
{
color: #94FFB0;
}
</style>
background-color css
<style>
a { background-color: #94FFB0; }
a { background-color: rgb(148,255,176); }
div.DivClassName
{
background-color: #94FFB0;
}
.BgClassName
{
background-color: #94FFB0;
}
</style>
border-color css
<style>
span { border-color: #94FFB0; }
span { border-color: rgb(148,255,176); }
td.TdClassName
{
border-color: #94FFB0;
}
.TagClassName
{
border-color: #94FFB0;
}
</style>