Shades of Magic Mint #98EACD
Tints of Magic Mint #98EACD
RGB
CMYK
RGB Variations
Color information
#98EACD (or 0x98EACD) is known color: Magic Mint. HEX triplet: 98, EA and CD. RGB value is (152,234,205). Sum of RGB (Red+Green+Blue) = 152+234+205=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #98EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EACD is #671532. Grayscale: #CECECE. Windows color (decimal): -6755635 or 13494936. OLE color: 13494936.
HSL color Cylindrical-coordinate representation of color #98EACD: hue angle of 158.78º 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 #98EACD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 205 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.08 |
| HSL | 158.78º | 0.66% | 0.76% | - |
| HSV(B) | 158.78º | 0.35% | 0.92% | - |
| XYZ | 53.39 | 69.93 | 68.44 | - |
| YUV | 206.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 205 | 0.35 | 0 | 0.12 | 0.08 | 158.78 | 0.66 | 0.76 |
| Hex | 98 | EA | CD | 23 | 0 | C | 8 | 9F | 42 | 4C |
| Octal | 230 | 352 | 315 | 43 | 0 | 14 | 10 | 237 | 102 | 114 |
| Binary | 10011000 | 11101010 | 11001101 | 100011 | 0 | 1100 | 1000 | 10011111 | 1000010 | 1001100 |
Color Harmonies of #98EACD
Complementary color
Monochromatic Colors of #98EACD
Black with #98EACD
Text Example
Text Example
White with #98EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EACD; }
p { color: rgb(152,234,205); }
H1.HeaderClassName
{
color: #98EACD;
}
.AnyTagClassName
{
color: #98EACD;
}
</style>
background-color css
<style>
a { background-color: #98EACD; }
a { background-color: rgb(152,234,205); }
div.DivClassName
{
background-color: #98EACD;
}
.BgClassName
{
background-color: #98EACD;
}
</style>
border-color css
<style>
span { border-color: #98EACD; }
span { border-color: rgb(152,234,205); }
td.TdClassName
{
border-color: #98EACD;
}
.TagClassName
{
border-color: #98EACD;
}
</style>