#98FED6

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

Shades of Magic Mint #98FED6

Tints of Magic Mint #98FED6

Color information

#98FED6 (or 0x98FED6) is unknown color: approx Magic Mint. HEX triplet: 98, FE and D6. RGB value is (152,254,214). Sum of RGB (Red+Green+Blue) = 152+254+214=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #98FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FED6 is #670129. Grayscale: #DADADA. Windows color (decimal): -6750506 or 14089880. OLE color: 14089880.

HSL color Cylindrical-coordinate representation of color #98FED6: hue angle of 156.47º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FED6 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB152254214-
CMYK0.4000.160.00
HSL156.47º98.08%79.61%-
HSV(B)156.47º40.16%99.61%-
XYZ60.5382.4176.34-
YUV218.94125.2180.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.52%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=24.52%
G=40.97%
B=34.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522542140.4000.160.00156.4798.0879.61
Hex98FED62801009c6250
Octal230376326500200234142120
Binary10011000111111101101011010100001000001001110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,254,214); }

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

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

 a { background-color: rgb(152,254,214); }

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

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

 span { border-color: rgb(152,254,214); }

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