#98F7DC

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

Shades of Magic Mint #98F7DC

Tints of Magic Mint #98F7DC

Color information

#98F7DC (or 0x98F7DC) is unknown color: approx Magic Mint. HEX triplet: 98, F7 and DC. RGB value is (152,247,220). Sum of RGB (Red+Green+Blue) = 152+247+220=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F7DC is #670823. Grayscale: #D7D7D7. Windows color (decimal): -6752292 or 14481304. OLE color: 14481304.

HSL color Cylindrical-coordinate representation of color #98F7DC: hue angle of 162.95º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F7DC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB152247220-
CMYK0.3800.110.03
HSL162.95º85.59%78.24%-
HSV(B)162.95º38.46%96.86%-
XYZ59.1378.3679.72-
YUV215.52130.5382.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=24.56%
G=39.90%
B=35.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522472200.3800.110.03162.9585.5978.24
Hex98F7DC260B3a3564e
Octal230367334460133243126116
Binary10011000111101111101110010011001011111010001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,247,220); }

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

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

 a { background-color: rgb(152,247,220); }

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

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

 span { border-color: rgb(152,247,220); }

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