#97FCC2

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

Shades of Magic Mint #97FCC2

Tints of Magic Mint #97FCC2

Color information

#97FCC2 (or 0x97FCC2) is unknown color: approx Magic Mint. HEX triplet: 97, FC and C2. RGB value is (151,252,194). Sum of RGB (Red+Green+Blue) = 151+252+194=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FCC2 is #68033D. Grayscale: #D7D7D7. Windows color (decimal): -6816574 or 12778647. OLE color: 12778647.

HSL color Cylindrical-coordinate representation of color #97FCC2: hue angle of 145.54º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FCC2 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB151252194-
CMYK0.4000.230.01
HSL145.54º94.39%79.02%-
HSV(B)145.54º40.08%98.82%-
XYZ57.3180.163.48-
YUV215.19116.0482.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.29%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=25.29%
G=42.21%
B=32.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512521940.4000.230.01145.5494.3979.02
Hex97FCC2280171925e4f
Octal227374302500271222136117
Binary10010111111111001100001010100001011111001001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,252,194); }

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

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

 a { background-color: rgb(151,252,194); }

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

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

 span { border-color: rgb(151,252,194); }

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