Shades of Magic Mint #97EACB
Tints of Magic Mint #97EACB
RGB
CMYK
RGB Variations
Color information
#97EACB (or 0x97EACB) is known color: Magic Mint. HEX triplet: 97, EA and CB. RGB value is (151,234,203). Sum of RGB (Red+Green+Blue) = 151+234+203=588 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.68% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #97EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EACB is #681534. Grayscale: #CDCDCD. Windows color (decimal): -6821173 or 13363863. OLE color: 13363863.
HSL color Cylindrical-coordinate representation of color #97EACB: hue angle of 157.59º 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 #97EACB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 203 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.08 |
| HSL | 157.59º | 0.66% | 0.75% | - |
| HSV(B) | 157.59º | 0.35% | 0.92% | - |
| XYZ | 52.96 | 69.74 | 67.17 | - |
| YUV | 205.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 203 | 0.35 | 0 | 0.13 | 0.08 | 157.59 | 0.66 | 0.75 |
| Hex | 97 | EA | CB | 23 | 0 | D | 8 | 9E | 42 | 4B |
| Octal | 227 | 352 | 313 | 43 | 0 | 15 | 10 | 236 | 102 | 113 |
| Binary | 10010111 | 11101010 | 11001011 | 100011 | 0 | 1101 | 1000 | 10011110 | 1000010 | 1001011 |
Color Harmonies of #97EACB
Complementary color
Monochromatic Colors of #97EACB
Black with #97EACB
Text Example
Text Example
White with #97EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EACB; }
p { color: rgb(151,234,203); }
H1.HeaderClassName
{
color: #97EACB;
}
.AnyTagClassName
{
color: #97EACB;
}
</style>
background-color css
<style>
a { background-color: #97EACB; }
a { background-color: rgb(151,234,203); }
div.DivClassName
{
background-color: #97EACB;
}
.BgClassName
{
background-color: #97EACB;
}
</style>
border-color css
<style>
span { border-color: #97EACB; }
span { border-color: rgb(151,234,203); }
td.TdClassName
{
border-color: #97EACB;
}
.TagClassName
{
border-color: #97EACB;
}
</style>