Shades of Magic Mint #97EBD3
Tints of Magic Mint #97EBD3
RGB
CMYK
RGB Variations
Color information
#97EBD3 (or 0x97EBD3) is known color: Magic Mint. HEX triplet: 97, EB and D3. RGB value is (151,235,211). Sum of RGB (Red+Green+Blue) = 151+235+211=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBD3 is #68142C. Grayscale: #CFCFCF. Windows color (decimal): -6820909 or 13888407. OLE color: 13888407.
HSL color Cylindrical-coordinate representation of color #97EBD3: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBD3 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 211 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.08 |
| HSL | 162.86º | 0.68% | 0.76% | - |
| HSV(B) | 162.86º | 0.36% | 0.92% | - |
| XYZ | 54.23 | 70.7 | 72.42 | - |
| YUV | 207.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 211 | 0.36 | 0 | 0.10 | 0.08 | 162.86 | 0.68 | 0.76 |
| Hex | 97 | EB | D3 | 24 | 0 | A | 8 | A3 | 44 | 4C |
| Octal | 227 | 353 | 323 | 44 | 0 | 12 | 10 | 243 | 104 | 114 |
| Binary | 10010111 | 11101011 | 11010011 | 100100 | 0 | 1010 | 1000 | 10100011 | 1000100 | 1001100 |
Color Harmonies of #97EBD3
Complementary color
Monochromatic Colors of #97EBD3
Black with #97EBD3
Text Example
Text Example
White with #97EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBD3; }
p { color: rgb(151,235,211); }
H1.HeaderClassName
{
color: #97EBD3;
}
.AnyTagClassName
{
color: #97EBD3;
}
</style>
background-color css
<style>
a { background-color: #97EBD3; }
a { background-color: rgb(151,235,211); }
div.DivClassName
{
background-color: #97EBD3;
}
.BgClassName
{
background-color: #97EBD3;
}
</style>
border-color css
<style>
span { border-color: #97EBD3; }
span { border-color: rgb(151,235,211); }
td.TdClassName
{
border-color: #97EBD3;
}
.TagClassName
{
border-color: #97EBD3;
}
</style>