Shades of Magic Mint #97F2DB
Tints of Magic Mint #97F2DB
RGB
CMYK
RGB Variations
Color information
#97F2DB (or 0x97F2DB) is known color: Magic Mint. HEX triplet: 97, F2 and DB. RGB value is (151,242,219). Sum of RGB (Red+Green+Blue) = 151+242+219=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2DB is #680D24. Grayscale: #D4D4D4. Windows color (decimal): -6819109 or 14414487. OLE color: 14414487.
HSL color Cylindrical-coordinate representation of color #97F2DB: hue angle of 164.84º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2DB is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 242 | 219 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.05 |
| HSL | 164.84º | 0.78% | 0.77% | - |
| HSV(B) | 164.84º | 0.38% | 0.95% | - |
| XYZ | 57.3 | 75.2 | 78.51 | - |
| YUV | 212.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 242 | 219 | 0.38 | 0 | 0.10 | 0.05 | 164.84 | 0.78 | 0.77 |
| Hex | 97 | F2 | DB | 26 | 0 | A | 5 | A5 | 4E | 4D |
| Octal | 227 | 362 | 333 | 46 | 0 | 12 | 5 | 245 | 116 | 115 |
| Binary | 10010111 | 11110010 | 11011011 | 100110 | 0 | 1010 | 101 | 10100101 | 1001110 | 1001101 |
Color Harmonies of #97F2DB
Complementary color
Monochromatic Colors of #97F2DB
Black with #97F2DB
Text Example
Text Example
White with #97F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F2DB; }
p { color: rgb(151,242,219); }
H1.HeaderClassName
{
color: #97F2DB;
}
.AnyTagClassName
{
color: #97F2DB;
}
</style>
background-color css
<style>
a { background-color: #97F2DB; }
a { background-color: rgb(151,242,219); }
div.DivClassName
{
background-color: #97F2DB;
}
.BgClassName
{
background-color: #97F2DB;
}
</style>
border-color css
<style>
span { border-color: #97F2DB; }
span { border-color: rgb(151,242,219); }
td.TdClassName
{
border-color: #97F2DB;
}
.TagClassName
{
border-color: #97F2DB;
}
</style>