Shades of Magic Mint #97EACC
Tints of Magic Mint #97EACC
RGB
CMYK
RGB Variations
Color information
#97EACC (or 0x97EACC) is known color: Magic Mint. HEX triplet: 97, EA and CC. RGB value is (151,234,204). Sum of RGB (Red+Green+Blue) = 151+234+204=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #97EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EACC is #681533. Grayscale: #CDCDCD. Windows color (decimal): -6821172 or 13429399. OLE color: 13429399.
HSL color Cylindrical-coordinate representation of color #97EACC: hue angle of 158.31º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EACC is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 204 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.08 |
| HSL | 158.31º | 0.66% | 0.75% | - |
| HSV(B) | 158.31º | 0.35% | 0.92% | - |
| XYZ | 53.08 | 69.78 | 67.8 | - |
| YUV | 205.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 204 | 0.35 | 0 | 0.13 | 0.08 | 158.31 | 0.66 | 0.75 |
| Hex | 97 | EA | CC | 23 | 0 | D | 8 | 9E | 42 | 4B |
| Octal | 227 | 352 | 314 | 43 | 0 | 15 | 10 | 236 | 102 | 113 |
| Binary | 10010111 | 11101010 | 11001100 | 100011 | 0 | 1101 | 1000 | 10011110 | 1000010 | 1001011 |
Color Harmonies of #97EACC
Complementary color
Monochromatic Colors of #97EACC
Black with #97EACC
Text Example
Text Example
White with #97EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EACC; }
p { color: rgb(151,234,204); }
H1.HeaderClassName
{
color: #97EACC;
}
.AnyTagClassName
{
color: #97EACC;
}
</style>
background-color css
<style>
a { background-color: #97EACC; }
a { background-color: rgb(151,234,204); }
div.DivClassName
{
background-color: #97EACC;
}
.BgClassName
{
background-color: #97EACC;
}
</style>
border-color css
<style>
span { border-color: #97EACC; }
span { border-color: rgb(151,234,204); }
td.TdClassName
{
border-color: #97EACC;
}
.TagClassName
{
border-color: #97EACC;
}
</style>