#98FAD9

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

Shades of Magic Mint #98FAD9

Tints of Magic Mint #98FAD9

Color information

#98FAD9 (or 0x98FAD9) is unknown color: approx Magic Mint. HEX triplet: 98, FA and D9. RGB value is (152,250,217). Sum of RGB (Red+Green+Blue) = 152+250+217=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FAD9 is #670526. Grayscale: #D8D8D8. Windows color (decimal): -6751527 or 14285464. OLE color: 14285464.

HSL color Cylindrical-coordinate representation of color #98FAD9: hue angle of 159.8º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FAD9 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB152250217-
CMYK0.3900.130.02
HSL159.8º90.74%78.82%-
HSV(B)159.8º39.2%98.04%-
XYZ59.6680.0677.95-
YUV216.94128.0381.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=24.56%
G=40.39%
B=35.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502170.3900.130.02159.890.7478.82
Hex98FAD9270D2a05b4f
Octal230372331470152240133117
Binary10011000111110101101100110011101101101010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,250,217); }

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

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

 a { background-color: rgb(152,250,217); }

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

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

 span { border-color: rgb(152,250,217); }

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