#98FAD7

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

Shades of Magic Mint #98FAD7

Tints of Magic Mint #98FAD7

Color information

#98FAD7 (or 0x98FAD7) is unknown color: approx Magic Mint. HEX triplet: 98, FA and D7. RGB value is (152,250,215). Sum of RGB (Red+Green+Blue) = 152+250+215=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FAD7 is #670528. Grayscale: #D8D8D8. Windows color (decimal): -6751529 or 14154392. OLE color: 14154392.

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

Color convert

RGB152250215-
CMYK0.3900.140.02
HSL158.57º90.74%78.82%-
HSV(B)158.57º39.2%98.04%-
XYZ59.479.9576.59-
YUV216.71127.0381.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.64%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=24.64%
G=40.52%
B=34.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522502150.3900.140.02158.5790.7478.82
Hex98FAD7270E29f5b4f
Octal230372327470162237133117
Binary10011000111110101101011110011101110101001111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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