Shades of Magic Mint #97EBCC
Tints of Magic Mint #97EBCC
RGB
CMYK
RGB Variations
Color information
#97EBCC (or 0x97EBCC) is known color: Magic Mint. HEX triplet: 97, EB and CC. RGB value is (151,235,204). Sum of RGB (Red+Green+Blue) = 151+235+204=590 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.59% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBCC is #681433. Grayscale: #CECECE. Windows color (decimal): -6820916 or 13429655. OLE color: 13429655.
HSL color Cylindrical-coordinate representation of color #97EBCC: hue angle of 157.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 #97EBCC is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 204 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.08 |
| HSL | 157.86º | 0.68% | 0.76% | - |
| HSV(B) | 157.86º | 0.36% | 0.92% | - |
| XYZ | 53.37 | 70.36 | 67.89 | - |
| YUV | 206.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 204 | 0.36 | 0 | 0.13 | 0.08 | 157.86 | 0.68 | 0.76 |
| Hex | 97 | EB | CC | 24 | 0 | D | 8 | 9E | 44 | 4C |
| Octal | 227 | 353 | 314 | 44 | 0 | 15 | 10 | 236 | 104 | 114 |
| Binary | 10010111 | 11101011 | 11001100 | 100100 | 0 | 1101 | 1000 | 10011110 | 1000100 | 1001100 |
Color Harmonies of #97EBCC
Complementary color
Monochromatic Colors of #97EBCC
Black with #97EBCC
Text Example
Text Example
White with #97EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBCC; }
p { color: rgb(151,235,204); }
H1.HeaderClassName
{
color: #97EBCC;
}
.AnyTagClassName
{
color: #97EBCC;
}
</style>
background-color css
<style>
a { background-color: #97EBCC; }
a { background-color: rgb(151,235,204); }
div.DivClassName
{
background-color: #97EBCC;
}
.BgClassName
{
background-color: #97EBCC;
}
</style>
border-color css
<style>
span { border-color: #97EBCC; }
span { border-color: rgb(151,235,204); }
td.TdClassName
{
border-color: #97EBCC;
}
.TagClassName
{
border-color: #97EBCC;
}
</style>