Shades of Magic Mint #98EFCB
Tints of Magic Mint #98EFCB
RGB
CMYK
RGB Variations
Color information
#98EFCB (or 0x98EFCB) is known color: Magic Mint. HEX triplet: 98, EF and CB. RGB value is (152,239,203). Sum of RGB (Red+Green+Blue) = 152+239+203=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EFCB is #671034. Grayscale: #D0D0D0. Windows color (decimal): -6754357 or 13365144. OLE color: 13365144.
HSL color Cylindrical-coordinate representation of color #98EFCB: hue angle of 155.17º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFCB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 203 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.06 |
| HSL | 155.17º | 0.73% | 0.77% | - |
| HSV(B) | 155.17º | 0.36% | 0.94% | - |
| XYZ | 54.59 | 72.72 | 67.66 | - |
| YUV | 208.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 203 | 0.36 | 0 | 0.15 | 0.06 | 155.17 | 0.73 | 0.77 |
| Hex | 98 | EF | CB | 24 | 0 | F | 6 | 9B | 49 | 4D |
| Octal | 230 | 357 | 313 | 44 | 0 | 17 | 6 | 233 | 111 | 115 |
| Binary | 10011000 | 11101111 | 11001011 | 100100 | 0 | 1111 | 110 | 10011011 | 1001001 | 1001101 |
Color Harmonies of #98EFCB
Complementary color
Monochromatic Colors of #98EFCB
Black with #98EFCB
Text Example
Text Example
White with #98EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EFCB; }
p { color: rgb(152,239,203); }
H1.HeaderClassName
{
color: #98EFCB;
}
.AnyTagClassName
{
color: #98EFCB;
}
</style>
background-color css
<style>
a { background-color: #98EFCB; }
a { background-color: rgb(152,239,203); }
div.DivClassName
{
background-color: #98EFCB;
}
.BgClassName
{
background-color: #98EFCB;
}
</style>
border-color css
<style>
span { border-color: #98EFCB; }
span { border-color: rgb(152,239,203); }
td.TdClassName
{
border-color: #98EFCB;
}
.TagClassName
{
border-color: #98EFCB;
}
</style>