Shades of Magic Mint #98EACF
Tints of Magic Mint #98EACF
RGB
CMYK
RGB Variations
Color information
#98EACF (or 0x98EACF) is known color: Magic Mint. HEX triplet: 98, EA and CF. RGB value is (152,234,207). Sum of RGB (Red+Green+Blue) = 152+234+207=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #98EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EACF is #671530. Grayscale: #CECECE. Windows color (decimal): -6755633 or 13626008. OLE color: 13626008.
HSL color Cylindrical-coordinate representation of color #98EACF: hue angle of 160.24º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EACF is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 207 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.08 |
| HSL | 160.24º | 0.66% | 0.76% | - |
| HSV(B) | 160.24º | 0.35% | 0.92% | - |
| XYZ | 53.63 | 70.03 | 69.72 | - |
| YUV | 206.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 207 | 0.35 | 0 | 0.12 | 0.08 | 160.24 | 0.66 | 0.76 |
| Hex | 98 | EA | CF | 23 | 0 | C | 8 | A0 | 42 | 4C |
| Octal | 230 | 352 | 317 | 43 | 0 | 14 | 10 | 240 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11001111 | 100011 | 0 | 1100 | 1000 | 10100000 | 1000010 | 1001100 |
Color Harmonies of #98EACF
Complementary color
Monochromatic Colors of #98EACF
Black with #98EACF
Text Example
Text Example
White with #98EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EACF; }
p { color: rgb(152,234,207); }
H1.HeaderClassName
{
color: #98EACF;
}
.AnyTagClassName
{
color: #98EACF;
}
</style>
background-color css
<style>
a { background-color: #98EACF; }
a { background-color: rgb(152,234,207); }
div.DivClassName
{
background-color: #98EACF;
}
.BgClassName
{
background-color: #98EACF;
}
</style>
border-color css
<style>
span { border-color: #98EACF; }
span { border-color: rgb(152,234,207); }
td.TdClassName
{
border-color: #98EACF;
}
.TagClassName
{
border-color: #98EACF;
}
</style>