#97F8B9

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

Shades of Magic Mint #97F8B9

Tints of Magic Mint #97F8B9

Color information

#97F8B9 (or 0x97F8B9) is unknown color: approx Magic Mint. HEX triplet: 97, F8 and B9. RGB value is (151,248,185). Sum of RGB (Red+Green+Blue) = 151+248+185=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F8B9 is #680746. Grayscale: #D3D3D3. Windows color (decimal): -6817607 or 12187799. OLE color: 12187799.

HSL color Cylindrical-coordinate representation of color #97F8B9: hue angle of 141.03º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8B9 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB151248185-
CMYK0.3900.250.03
HSL141.03º87.39%78.24%-
HSV(B)141.03º39.11%97.25%-
XYZ55.0977.2257.9-
YUV211.82112.8684.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.86%
GREEN value IS 248 (97.27% from 255) = 42.47%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=25.86%
G=42.47%
B=31.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512481850.3900.250.03141.0387.3978.24
Hex97F8B92701938d574e
Octal227370271470313215127116
Binary100101111111100010111001100111011001111000110110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F8B9; }

 p { color: rgb(151,248,185); }

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

<style>
 a { background-color: #97F8B9; }

 a { background-color: rgb(151,248,185); }

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

<style>
 span { border-color: #97F8B9; }

 span { border-color: rgb(151,248,185); }

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