Shades of Magic Mint #97EBD0
Tints of Magic Mint #97EBD0
RGB
CMYK
RGB Variations
Color information
#97EBD0 (or 0x97EBD0) is known color: Magic Mint. HEX triplet: 97, EB and D0. RGB value is (151,235,208). Sum of RGB (Red+Green+Blue) = 151+235+208=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBD0 is #68142F. Grayscale: #CECECE. Windows color (decimal): -6820912 or 13691799. OLE color: 13691799.
HSL color Cylindrical-coordinate representation of color #97EBD0: hue angle of 160.71º 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 #97EBD0 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 208 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.08 |
| HSL | 160.71º | 0.68% | 0.76% | - |
| HSV(B) | 160.71º | 0.36% | 0.92% | - |
| XYZ | 53.86 | 70.55 | 70.45 | - |
| YUV | 206.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 208 | 0.36 | 0 | 0.11 | 0.08 | 160.71 | 0.68 | 0.76 |
| Hex | 97 | EB | D0 | 24 | 0 | B | 8 | A1 | 44 | 4C |
| Octal | 227 | 353 | 320 | 44 | 0 | 13 | 10 | 241 | 104 | 114 |
| Binary | 10010111 | 11101011 | 11010000 | 100100 | 0 | 1011 | 1000 | 10100001 | 1000100 | 1001100 |
Color Harmonies of #97EBD0
Complementary color
Monochromatic Colors of #97EBD0
Black with #97EBD0
Text Example
Text Example
White with #97EBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBD0; }
p { color: rgb(151,235,208); }
H1.HeaderClassName
{
color: #97EBD0;
}
.AnyTagClassName
{
color: #97EBD0;
}
</style>
background-color css
<style>
a { background-color: #97EBD0; }
a { background-color: rgb(151,235,208); }
div.DivClassName
{
background-color: #97EBD0;
}
.BgClassName
{
background-color: #97EBD0;
}
</style>
border-color css
<style>
span { border-color: #97EBD0; }
span { border-color: rgb(151,235,208); }
td.TdClassName
{
border-color: #97EBD0;
}
.TagClassName
{
border-color: #97EBD0;
}
</style>