Shades of Mint Green #96FDB6
Tints of Mint Green #96FDB6
RGB
CMYK
RGB Variations
Color information
#96FDB6 (or 0x96FDB6) is known color: Mint Green. HEX triplet: 96, FD and B6. RGB value is (150,253,182). Sum of RGB (Red+Green+Blue) = 150+253+182=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDB6 is #690249. Grayscale: #D6D6D6. Windows color (decimal): -6881866 or 11992470. OLE color: 11992470.
HSL color Cylindrical-coordinate representation of color #96FDB6: hue angle of 138.64º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDB6 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 182 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.01 |
| HSL | 138.64º | 0.96% | 0.79% | - |
| HSV(B) | 138.64º | 0.41% | 0.99% | - |
| XYZ | 56.15 | 80.11 | 56.76 | - |
| YUV | 214.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 182 | 0.41 | 0 | 0.28 | 0.01 | 138.64 | 0.96 | 0.79 |
| Hex | 96 | FD | B6 | 29 | 0 | 1C | 1 | 8B | 60 | 4F |
| Octal | 226 | 375 | 266 | 51 | 0 | 34 | 1 | 213 | 140 | 117 |
| Binary | 10010110 | 11111101 | 10110110 | 101001 | 0 | 11100 | 1 | 10001011 | 1100000 | 1001111 |
Color Harmonies of #96FDB6
Complementary color
Monochromatic Colors of #96FDB6
Black with #96FDB6
Text Example
Text Example
White with #96FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDB6; }
p { color: rgb(150,253,182); }
H1.HeaderClassName
{
color: #96FDB6;
}
.AnyTagClassName
{
color: #96FDB6;
}
</style>
background-color css
<style>
a { background-color: #96FDB6; }
a { background-color: rgb(150,253,182); }
div.DivClassName
{
background-color: #96FDB6;
}
.BgClassName
{
background-color: #96FDB6;
}
</style>
border-color css
<style>
span { border-color: #96FDB6; }
span { border-color: rgb(150,253,182); }
td.TdClassName
{
border-color: #96FDB6;
}
.TagClassName
{
border-color: #96FDB6;
}
</style>