Shades of Magic Mint #98EECB
Tints of Magic Mint #98EECB
RGB
CMYK
RGB Variations
Color information
#98EECB (or 0x98EECB) is known color: Magic Mint. HEX triplet: 98, EE and CB. RGB value is (152,238,203). Sum of RGB (Red+Green+Blue) = 152+238+203=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #98EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EECB is #671134. Grayscale: #D0D0D0. Windows color (decimal): -6754613 or 13364888. OLE color: 13364888.
HSL color Cylindrical-coordinate representation of color #98EECB: hue angle of 155.58º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EECB is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 203 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.07 |
| HSL | 155.58º | 0.72% | 0.76% | - |
| HSV(B) | 155.58º | 0.36% | 0.93% | - |
| XYZ | 54.3 | 72.14 | 67.56 | - |
| YUV | 208.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 203 | 0.36 | 0 | 0.15 | 0.07 | 155.58 | 0.72 | 0.76 |
| Hex | 98 | EE | CB | 24 | 0 | F | 7 | 9C | 48 | 4C |
| Octal | 230 | 356 | 313 | 44 | 0 | 17 | 7 | 234 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11001011 | 100100 | 0 | 1111 | 111 | 10011100 | 1001000 | 1001100 |
Color Harmonies of #98EECB
Complementary color
Monochromatic Colors of #98EECB
Black with #98EECB
Text Example
Text Example
White with #98EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EECB; }
p { color: rgb(152,238,203); }
H1.HeaderClassName
{
color: #98EECB;
}
.AnyTagClassName
{
color: #98EECB;
}
</style>
background-color css
<style>
a { background-color: #98EECB; }
a { background-color: rgb(152,238,203); }
div.DivClassName
{
background-color: #98EECB;
}
.BgClassName
{
background-color: #98EECB;
}
</style>
border-color css
<style>
span { border-color: #98EECB; }
span { border-color: rgb(152,238,203); }
td.TdClassName
{
border-color: #98EECB;
}
.TagClassName
{
border-color: #98EECB;
}
</style>