#97FAC8

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

Shades of Magic Mint #97FAC8

Tints of Magic Mint #97FAC8

Color information

#97FAC8 (or 0x97FAC8) is unknown color: approx Magic Mint. HEX triplet: 97, FA and C8. RGB value is (151,250,200). Sum of RGB (Red+Green+Blue) = 151+250+200=601 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.12% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAC8 is #680537. Grayscale: #D6D6D6. Windows color (decimal): -6817080 or 13171351. OLE color: 13171351.

HSL color Cylindrical-coordinate representation of color #97FAC8: hue angle of 149.7º 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 #97FAC8 is Cyan = 0.40, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB151250200-
CMYK0.4000.20.02
HSL149.7º90.83%78.63%-
HSV(B)149.7º39.6%98.04%-
XYZ57.3779.1266.89-
YUV214.7119.782.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.12%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=25.12%
G=41.60%
B=33.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512502000.4000.20.02149.790.8378.63
Hex97FAC8280142965b4f
Octal227372310500242226133117
Binary100101111111101011001000101000010100101001011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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