#98F6BC

Color #98F6BC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #98F6BC

Tints of Magic Mint #98F6BC

Color information

#98F6BC (or 0x98F6BC) is unknown color: approx Magic Mint. HEX triplet: 98, F6 and BC. RGB value is (152,246,188). Sum of RGB (Red+Green+Blue) = 152+246+188=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #98F6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F6BC is #670943. Grayscale: #D3D3D3. Windows color (decimal): -6752580 or 12383896. OLE color: 12383896.

HSL color Cylindrical-coordinate representation of color #98F6BC: hue angle of 142.98º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F6BC is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB152246188-
CMYK0.3800.240.04
HSL142.98º83.93%78.04%-
HSV(B)142.98º38.21%96.47%-
XYZ54.9876.2259.39-
YUV211.28114.8685.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 25.94%
GREEN value IS 246 (96.48% from 255) = 41.98%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=25.94%
G=41.98%
B=32.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522461880.3800.240.04142.9883.9378.04
Hex98F6BC2601848f544e
Octal230366274460304217124116
Binary1001100011110110101111001001100110001001000111110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F6BC; }

 p { color: rgb(152,246,188); }

 H1.HeaderClassName
 {
   color: #98F6BC;
 }
 .AnyTagClassName
 {
   color: #98F6BC;
 }
</style>
background-color css

<style>
 a { background-color: #98F6BC; }

 a { background-color: rgb(152,246,188); }

 div.DivClassName
 {
   background-color: #98F6BC;
 }
 .BgClassName
 {
   background-color: #98F6BC;
 }
</style>
border-color css

<style>
 span { border-color: #98F6BC; }

 span { border-color: rgb(152,246,188); }

 td.TdClassName
 {
   border-color: #98F6BC;
 }
 .TagClassName
 {
   border-color: #98F6BC;
 }
</style>