#98F8C6

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

Shades of Magic Mint #98F8C6

Tints of Magic Mint #98F8C6

Color information

#98F8C6 (or 0x98F8C6) is unknown color: approx Magic Mint. HEX triplet: 98, F8 and C6. RGB value is (152,248,198). Sum of RGB (Red+Green+Blue) = 152+248+198=598 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.42% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F8C6 is #670739. Grayscale: #D5D5D5. Windows color (decimal): -6752058 or 13039768. OLE color: 13039768.

HSL color Cylindrical-coordinate representation of color #98F8C6: hue angle of 148.75º 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 #98F8C6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB152248198-
CMYK0.3900.200.03
HSL148.75º87.27%78.43%-
HSV(B)148.75º38.71%97.25%-
XYZ56.7177.8965.47-
YUV213.6119.284.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.42%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=25.42%
G=41.47%
B=33.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522481980.3900.200.03148.7587.2778.43
Hex98F8C627014395574e
Octal230370306470243225127116
Binary100110001111100011000110100111010100111001010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,248,198); }

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

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

 a { background-color: rgb(152,248,198); }

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

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

 span { border-color: rgb(152,248,198); }

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