#97FCC9

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

Shades of Magic Mint #97FCC9

Tints of Magic Mint #97FCC9

Color information

#97FCC9 (or 0x97FCC9) is unknown color: approx Magic Mint. HEX triplet: 97, FC and C9. RGB value is (151,252,201). Sum of RGB (Red+Green+Blue) = 151+252+201=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FCC9 is #680336. Grayscale: #D8D8D8. Windows color (decimal): -6816567 or 13237399. OLE color: 13237399.

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

Color convert

RGB151252201-
CMYK0.4000.200.01
HSL149.7º94.39%79.02%-
HSV(B)149.7º40.08%98.82%-
XYZ58.1280.4267.72-
YUV215.99119.5481.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=25%
G=41.72%
B=33.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512522010.4000.200.01149.794.3979.02
Hex97FCC9280141965e4f
Octal227374311500241226136117
Binary10010111111111001100100110100001010011001011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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