Shades of Magic Mint #98F3D3
Tints of Magic Mint #98F3D3
RGB
CMYK
RGB Variations
Color information
#98F3D3 (or 0x98F3D3) is known color: Magic Mint. HEX triplet: 98, F3 and D3. RGB value is (152,243,211). Sum of RGB (Red+Green+Blue) = 152+243+211=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #98F3D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F3D3 is #670C2C. Grayscale: #D4D4D4. Windows color (decimal): -6753325 or 13890456. OLE color: 13890456.
HSL color Cylindrical-coordinate representation of color #98F3D3: hue angle of 158.9º degrees, saturation: 0.79, 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 #98F3D3 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 211 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.05 |
| HSL | 158.9º | 0.79% | 0.77% | - |
| HSV(B) | 158.9º | 0.37% | 0.95% | - |
| XYZ | 56.76 | 75.48 | 73.21 | - |
| YUV | 212.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 211 | 0.37 | 0 | 0.13 | 0.05 | 158.9 | 0.79 | 0.77 |
| Hex | 98 | F3 | D3 | 25 | 0 | D | 5 | 9F | 4F | 4D |
| Octal | 230 | 363 | 323 | 45 | 0 | 15 | 5 | 237 | 117 | 115 |
| Binary | 10011000 | 11110011 | 11010011 | 100101 | 0 | 1101 | 101 | 10011111 | 1001111 | 1001101 |
Color Harmonies of #98F3D3
Complementary color
Monochromatic Colors of #98F3D3
Black with #98F3D3
Text Example
Text Example
White with #98F3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F3D3; }
p { color: rgb(152,243,211); }
H1.HeaderClassName
{
color: #98F3D3;
}
.AnyTagClassName
{
color: #98F3D3;
}
</style>
background-color css
<style>
a { background-color: #98F3D3; }
a { background-color: rgb(152,243,211); }
div.DivClassName
{
background-color: #98F3D3;
}
.BgClassName
{
background-color: #98F3D3;
}
</style>
border-color css
<style>
span { border-color: #98F3D3; }
span { border-color: rgb(152,243,211); }
td.TdClassName
{
border-color: #98F3D3;
}
.TagClassName
{
border-color: #98F3D3;
}
</style>