Shades of Magic Mint #97FBC2
Tints of Magic Mint #97FBC2
RGB
CMYK
RGB Variations
Color information
#97FBC2 (or 0x97FBC2) is known color: Magic Mint. HEX triplet: 97, FB and C2. RGB value is (151,251,194). Sum of RGB (Red+Green+Blue) = 151+251+194=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #97FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FBC2 is #68043D. Grayscale: #D6D6D6. Windows color (decimal): -6816830 or 12778391. OLE color: 12778391.
HSL color Cylindrical-coordinate representation of color #97FBC2: hue angle of 145.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FBC2 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 251 | 194 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.02 |
| HSL | 145.8º | 0.93% | 0.79% | - |
| HSV(B) | 145.8º | 0.4% | 0.98% | - |
| XYZ | 57 | 79.47 | 63.37 | - |
| YUV | 214.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 251 | 194 | 0.40 | 0 | 0.23 | 0.02 | 145.8 | 0.93 | 0.79 |
| Hex | 97 | FB | C2 | 28 | 0 | 17 | 2 | 92 | 5D | 4F |
| Octal | 227 | 373 | 302 | 50 | 0 | 27 | 2 | 222 | 135 | 117 |
| Binary | 10010111 | 11111011 | 11000010 | 101000 | 0 | 10111 | 10 | 10010010 | 1011101 | 1001111 |
Color Harmonies of #97FBC2
Complementary color
Monochromatic Colors of #97FBC2
Black with #97FBC2
Text Example
Text Example
White with #97FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FBC2; }
p { color: rgb(151,251,194); }
H1.HeaderClassName
{
color: #97FBC2;
}
.AnyTagClassName
{
color: #97FBC2;
}
</style>
background-color css
<style>
a { background-color: #97FBC2; }
a { background-color: rgb(151,251,194); }
div.DivClassName
{
background-color: #97FBC2;
}
.BgClassName
{
background-color: #97FBC2;
}
</style>
border-color css
<style>
span { border-color: #97FBC2; }
span { border-color: rgb(151,251,194); }
td.TdClassName
{
border-color: #97FBC2;
}
.TagClassName
{
border-color: #97FBC2;
}
</style>