#98F7CD

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

Shades of Magic Mint #98F7CD

Tints of Magic Mint #98F7CD

Color information

#98F7CD (or 0x98F7CD) is unknown color: approx Magic Mint. HEX triplet: 98, F7 and CD. RGB value is (152,247,205). Sum of RGB (Red+Green+Blue) = 152+247+205=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #98F7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F7CD is #670832. Grayscale: #D5D5D5. Windows color (decimal): -6752307 or 13498264. OLE color: 13498264.

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

Color convert

RGB152247205-
CMYK0.3800.170.03
HSL153.47º85.59%78.24%-
HSV(B)153.47º38.46%96.86%-
XYZ57.2377.669.72-
YUV213.81123.0383.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.17%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=25.17%
G=40.89%
B=33.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522472050.3800.170.03153.4785.5978.24
Hex98F7CD26011399564e
Octal230367315460213231126116
Binary100110001111011111001101100110010001111001100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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