Shades of Magic Mint #97EECF
Tints of Magic Mint #97EECF
RGB
CMYK
RGB Variations
Color information
#97EECF (or 0x97EECF) is known color: Magic Mint. HEX triplet: 97, EE and CF. RGB value is (151,238,207). Sum of RGB (Red+Green+Blue) = 151+238+207=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #97EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EECF is #681130. Grayscale: #D0D0D0. Windows color (decimal): -6820145 or 13627031. OLE color: 13627031.
HSL color Cylindrical-coordinate representation of color #97EECF: hue angle of 158.62º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EECF is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 238 | 207 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.07 |
| HSL | 158.62º | 0.72% | 0.76% | - |
| HSV(B) | 158.62º | 0.37% | 0.93% | - |
| XYZ | 54.6 | 72.23 | 70.1 | - |
| YUV | 208.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 238 | 207 | 0.37 | 0 | 0.13 | 0.07 | 158.62 | 0.72 | 0.76 |
| Hex | 97 | EE | CF | 25 | 0 | D | 7 | 9F | 48 | 4C |
| Octal | 227 | 356 | 317 | 45 | 0 | 15 | 7 | 237 | 110 | 114 |
| Binary | 10010111 | 11101110 | 11001111 | 100101 | 0 | 1101 | 111 | 10011111 | 1001000 | 1001100 |
Color Harmonies of #97EECF
Complementary color
Monochromatic Colors of #97EECF
Black with #97EECF
Text Example
Text Example
White with #97EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EECF; }
p { color: rgb(151,238,207); }
H1.HeaderClassName
{
color: #97EECF;
}
.AnyTagClassName
{
color: #97EECF;
}
</style>
background-color css
<style>
a { background-color: #97EECF; }
a { background-color: rgb(151,238,207); }
div.DivClassName
{
background-color: #97EECF;
}
.BgClassName
{
background-color: #97EECF;
}
</style>
border-color css
<style>
span { border-color: #97EECF; }
span { border-color: rgb(151,238,207); }
td.TdClassName
{
border-color: #97EECF;
}
.TagClassName
{
border-color: #97EECF;
}
</style>