Shades of Magic Mint #98F2CB
Tints of Magic Mint #98F2CB
RGB
CMYK
RGB Variations
Color information
#98F2CB (or 0x98F2CB) is known color: Magic Mint. HEX triplet: 98, F2 and CB. RGB value is (152,242,203). Sum of RGB (Red+Green+Blue) = 152+242+203=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2CB is #670D34. Grayscale: #D2D2D2. Windows color (decimal): -6753589 or 13365912. OLE color: 13365912.
HSL color Cylindrical-coordinate representation of color #98F2CB: hue angle of 154º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2CB is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 203 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.05 |
| HSL | 154º | 0.78% | 0.77% | - |
| HSV(B) | 154º | 0.37% | 0.95% | - |
| XYZ | 55.48 | 74.49 | 67.95 | - |
| YUV | 210.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 203 | 0.37 | 0 | 0.16 | 0.05 | 154 | 0.78 | 0.77 |
| Hex | 98 | F2 | CB | 25 | 0 | 10 | 5 | 9A | 4E | 4D |
| Octal | 230 | 362 | 313 | 45 | 0 | 20 | 5 | 232 | 116 | 115 |
| Binary | 10011000 | 11110010 | 11001011 | 100101 | 0 | 10000 | 101 | 10011010 | 1001110 | 1001101 |
Color Harmonies of #98F2CB
Complementary color
Monochromatic Colors of #98F2CB
Black with #98F2CB
Text Example
Text Example
White with #98F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F2CB; }
p { color: rgb(152,242,203); }
H1.HeaderClassName
{
color: #98F2CB;
}
.AnyTagClassName
{
color: #98F2CB;
}
</style>
background-color css
<style>
a { background-color: #98F2CB; }
a { background-color: rgb(152,242,203); }
div.DivClassName
{
background-color: #98F2CB;
}
.BgClassName
{
background-color: #98F2CB;
}
</style>
border-color css
<style>
span { border-color: #98F2CB; }
span { border-color: rgb(152,242,203); }
td.TdClassName
{
border-color: #98F2CB;
}
.TagClassName
{
border-color: #98F2CB;
}
</style>