#97F7BF

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

Shades of Magic Mint #97F7BF

Tints of Magic Mint #97F7BF

Color information

#97F7BF (or 0x97F7BF) is unknown color: approx Magic Mint. HEX triplet: 97, F7 and BF. RGB value is (151,247,191). Sum of RGB (Red+Green+Blue) = 151+247+191=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #97F7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F7BF is #680840. Grayscale: #D4D4D4. Windows color (decimal): -6817857 or 12580759. OLE color: 12580759.

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

Color convert

RGB151247191-
CMYK0.3900.230.03
HSL145º85.71%78.04%-
HSV(B)145º38.87%96.86%-
XYZ55.4376.8661.2-
YUV211.91116.284.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.64%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 191 (75% from 255) = 32.43%
R=25.64%
G=41.94%
B=32.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512471910.3900.230.0314585.7178.04
Hex97F7BF27017391564e
Octal227367277470273221126116
Binary100101111111011110111111100111010111111001000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,247,191); }

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

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

 a { background-color: rgb(151,247,191); }

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

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

 span { border-color: rgb(151,247,191); }

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