#97F8BA

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

Shades of Magic Mint #97F8BA

Tints of Magic Mint #97F8BA

Color information

#97F8BA (or 0x97F8BA) is unknown color: approx Magic Mint. HEX triplet: 97, F8 and BA. RGB value is (151,248,186). Sum of RGB (Red+Green+Blue) = 151+248+186=585 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.81% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F8BA is #680745. Grayscale: #D4D4D4. Windows color (decimal): -6817606 or 12253335. OLE color: 12253335.

HSL color Cylindrical-coordinate representation of color #97F8BA: hue angle of 141.65º 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 #97F8BA is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB151248186-
CMYK0.3900.250.03
HSL141.65º87.39%78.24%-
HSV(B)141.65º39.11%97.25%-
XYZ55.1977.2658.46-
YUV211.93113.3684.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.81%
GREEN value IS 248 (97.27% from 255) = 42.39%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=25.81%
G=42.39%
B=31.79%

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
Decimal1512481860.3900.250.03141.6587.3978.24
Hex97F8BA2701938e574e
Octal227370272470313216127116
Binary100101111111100010111010100111011001111000111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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