Shades of Magic Mint #98EAC2
Tints of Magic Mint #98EAC2
RGB
CMYK
RGB Variations
Color information
#98EAC2 (or 0x98EAC2) is known color: Magic Mint. HEX triplet: 98, EA and C2. RGB value is (152,234,194). Sum of RGB (Red+Green+Blue) = 152+234+194=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAC2 is #67153D. Grayscale: #CDCDCD. Windows color (decimal): -6755646 or 12774040. OLE color: 12774040.
HSL color Cylindrical-coordinate representation of color #98EAC2: hue angle of 150.73º 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 #98EAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 194 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.08 |
| HSL | 150.73º | 0.66% | 0.76% | - |
| HSV(B) | 150.73º | 0.35% | 0.92% | - |
| XYZ | 52.11 | 69.42 | 61.69 | - |
| YUV | 204.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 194 | 0.35 | 0 | 0.17 | 0.08 | 150.73 | 0.66 | 0.76 |
| Hex | 98 | EA | C2 | 23 | 0 | 11 | 8 | 97 | 42 | 4C |
| Octal | 230 | 352 | 302 | 43 | 0 | 21 | 10 | 227 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11000010 | 100011 | 0 | 10001 | 1000 | 10010111 | 1000010 | 1001100 |
Color Harmonies of #98EAC2
Complementary color
Monochromatic Colors of #98EAC2
Black with #98EAC2
Text Example
Text Example
White with #98EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAC2; }
p { color: rgb(152,234,194); }
H1.HeaderClassName
{
color: #98EAC2;
}
.AnyTagClassName
{
color: #98EAC2;
}
</style>
background-color css
<style>
a { background-color: #98EAC2; }
a { background-color: rgb(152,234,194); }
div.DivClassName
{
background-color: #98EAC2;
}
.BgClassName
{
background-color: #98EAC2;
}
</style>
border-color css
<style>
span { border-color: #98EAC2; }
span { border-color: rgb(152,234,194); }
td.TdClassName
{
border-color: #98EAC2;
}
.TagClassName
{
border-color: #98EAC2;
}
</style>