Shades of Magic Mint #98F8CA
Tints of Magic Mint #98F8CA
RGB
CMYK
RGB Variations
Color information
#98F8CA (or 0x98F8CA) is known color: Magic Mint. HEX triplet: 98, F8 and CA. RGB value is (152,248,202). Sum of RGB (Red+Green+Blue) = 152+248+202=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F8CA is #670735. Grayscale: #D6D6D6. Windows color (decimal): -6752054 or 13301912. OLE color: 13301912.
HSL color Cylindrical-coordinate representation of color #98F8CA: hue angle of 151.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8CA is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 248 | 202 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.03 |
| HSL | 151.25º | 0.87% | 0.78% | - |
| HSV(B) | 151.25º | 0.39% | 0.97% | - |
| XYZ | 57.18 | 78.07 | 67.93 | - |
| YUV | 214.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 248 | 202 | 0.39 | 0 | 0.19 | 0.03 | 151.25 | 0.87 | 0.78 |
| Hex | 98 | F8 | CA | 27 | 0 | 13 | 3 | 97 | 57 | 4E |
| Octal | 230 | 370 | 312 | 47 | 0 | 23 | 3 | 227 | 127 | 116 |
| Binary | 10011000 | 11111000 | 11001010 | 100111 | 0 | 10011 | 11 | 10010111 | 1010111 | 1001110 |
Color Harmonies of #98F8CA
Complementary color
Monochromatic Colors of #98F8CA
Black with #98F8CA
Text Example
Text Example
White with #98F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F8CA; }
p { color: rgb(152,248,202); }
H1.HeaderClassName
{
color: #98F8CA;
}
.AnyTagClassName
{
color: #98F8CA;
}
</style>
background-color css
<style>
a { background-color: #98F8CA; }
a { background-color: rgb(152,248,202); }
div.DivClassName
{
background-color: #98F8CA;
}
.BgClassName
{
background-color: #98F8CA;
}
</style>
border-color css
<style>
span { border-color: #98F8CA; }
span { border-color: rgb(152,248,202); }
td.TdClassName
{
border-color: #98F8CA;
}
.TagClassName
{
border-color: #98F8CA;
}
</style>