#97FABF

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

Shades of Magic Mint #97FABF

Tints of Magic Mint #97FABF

Color information

#97FABF (or 0x97FABF) is unknown color: approx Magic Mint. HEX triplet: 97, FA and BF. RGB value is (151,250,191). Sum of RGB (Red+Green+Blue) = 151+250+191=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #97FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FABF is #680540. Grayscale: #D5D5D5. Windows color (decimal): -6817089 or 12581527. OLE color: 12581527.

HSL color Cylindrical-coordinate representation of color #97FABF: hue angle of 144.24º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FABF is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB151250191-
CMYK0.4000.240.02
HSL144.24º90.83%78.63%-
HSV(B)144.24º39.6%98.04%-
XYZ56.3578.7161.51-
YUV213.67115.283.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.51%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 191 (75% from 255) = 32.26%
R=25.51%
G=42.23%
B=32.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501910.4000.240.02144.2490.8378.63
Hex97FABF280182905b4f
Octal227372277500302220133117
Binary100101111111101010111111101000011000101001000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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